Search found 445 matches: pressed

Return to advanced search

Re: Another for Btnbmp

... over a btnbmp control the button must change color without shrinking and without making the typical movement of the button and when the button is pressed it must only call the action
by Silvio.Falconi
Sat Mar 23, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4913

Re: To Nageswrao Del Objs on TscrollPanel

... into other issues later https://i.postimg.cc/FFD9FZgb/nnn.jpg while deleting some records I noticed that some buttons cannot be pressed and when they are deleted from xbrowse the images do not refresh immediately but after a certain time and if I pass over the mouse
by Silvio.Falconi
Tue Mar 05, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

Re: Calculate total pages

Hi João, I've also made changes to preview.prg. When the invoice button is pressed, these steps are executed: Best regards, Otto    oDevice := DEVICE   aFiles  := oDevice:aMeta   hMeta   := oMeta1:hMeta    cUniqueID ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5850

Re: Fwh 23.10 TGet another problem

... TGet.prg to the make file of the program. I put a rem at the beginning of the METHOD KeyChar function in TGet.prg, and when I ran the program and pressed the Ğ character while on a get field, I got the value 208 in the nKey variable as follows. METHOD KeyChar( nKey, nFlags ) CLASS TGet  ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54148

Moving the dialog

... that this is due to the constant call of the Refresh() method. How do I make the Refresh() method work only when the left mouse button is not pressed ?
by Natter
Sat Oct 21, 2023 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: Disabled buttons at oBar not greyed out after using FWH1912

Is it Normal, Pressed, Inactive and Mouse Over?

Yes
by nageswaragunupudi
Wed Sep 13, 2023 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1648

Re: Disabled buttons at oBar not greyed out after using FWH1912

... use GDIPLUS clause which results in non-sharp images of buttons. Question; cResName2, cResName3 and cResName4 are for what states? Is it Normal, Pressed, Inactive and Mouse Over ? #xcommand DEFINE BUTTON [ <oBtn> ] ;             [ <bar: OF, BUTTONBAR > <oBar> ] ...
by hua
Wed Sep 13, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1648

Re: Cut & Paste limit

... position till the end of the Get. Example -Width of Get is 80 chars -Copied text is 70 chars -User has his cursor position 60 in the Get and then pressed Ctrl-V, the text is pasted from 61st position till the end of Get, ie., 80. 20 chars are copied and the remaining 50 chars are discared. -Instead, ...
by nageswaragunupudi
Thu Sep 07, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 545

Re: how to open devtoolswindow from application.

what menuitem is missing ? I can't understand what you posted... Hi Antonio, When the right button is pressed in Webview, "Inspect" should appear on the bottom line of the menu that opens. The pictures I sent are in Turkish. Somehow, although my Microsoft Edge browser ...
by Horizon
Sat Jul 08, 2023 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1141

Symbol position

There is a TSAY control : @ 20,20 SAY oCl  PROMPT "Some text"  PIXEL  OF oDLG  SIZE 100, 20  FONT oFont The text is pressed to the left. In this case, I can easily determine the starting position of any character. For example, the 6th -"t" GetTextWidth(NIL, left(oCl:GetText(),5), ...
by Natter
Sat Jun 24, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Symbol position
Replies: 0
Views: 142

To Rao : Panel Scroll position Falled

look this https://i.postimg.cc/CKNbkZ1b/posicion.jpg After inserting the first records I pressed the right panel scrollbar and then I inserted other records and I saw that the records were positioned not below the others but much further down I use the nRowItem ...
by Silvio.Falconi
Tue Jun 13, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao : Panel Scroll position Falled
Replies: 1
Views: 135

Re: Fivewin and ADO

... key to invoke Inline Edit. If oBrw:lFastEdit is set to .T., if the user presses any (acceptable) Key, the InlineEdit is invoked treating the key pressed as the first key of the Get object. Acceptable key is alpha-numeric key for cells with character value and numeric key of numeric value. This ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3788

TEdit on the RibbonBar

... oEdt:bChange:={|nKey,flfg,oEdt|oEdt:VarPut(oEdt:cText())} However, Var Put (oEdt:text()) takes the text without the last pressed character. I know the code of this symbol, but I don't know in which position to enter it. How to find out the number of the current position ...
by Natter
Sat Jun 10, 2023 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit on the RibbonBar
Replies: 0
Views: 138

capture keyboard character without get focus

i should capture keyboard characters pressed (tipically to read and process string coming from wireless barcode reader working in keyboard emulation) possibly without need to have the focus active on a get in my FWH app, to solve the problem ...
by max
Fri Jun 09, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: capture keyboard character without get focus
Replies: 1
Views: 143

Re: XBROWSE Column Question

hi,
nageswaragunupudi wrote:
but how can it continue without press a Key :?:
SeekNext is performed when F3 key is pressed by the user.

this is for "new" Version or include in older Version 2022/07 also :?:

i do have a Buttonbar where i have F3
will it "override" F3 "internal" :?:
by Jimmy
Wed May 10, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867
Next

Return to advanced search