Search found 448 matches: pressed

Return to advanced search

Re: how to change the size of an xbrowse in runtime

... the age box takes the coordinates of the first box? that is, to make you understand https://i.postimg.cc/3w4GsbSF/io.png then if I pressed "age" the checkbox must be first, that is, it must move to the first place and consequently the box must be before the other the test ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

Re: xbrowse problem with :bLClicked

... keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy shortcut like ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

... keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy shortcut like ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

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: 5142

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: 758

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: 5914

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: 55051

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: 509

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: 1687

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: 1687

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: 557

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: 1176

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: 145

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: 140

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: 3839
Next

Return to advanced search