Search found 862 matches: keyboard

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... for both GETs and MultilineGets using the same code. * New: samples\listen.prg allows you to talk to your FWH app instead of having to use the keyboard! * New: samples\metribbon.rg from C├®sar Gomez. A great example for combining a RibbonBar and a metro panel style. Many thanks C├®sar! * New: ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 32

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 98

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 98

Re: xbrowse problem with :bLClicked

... := {|| SetKey( "KL", {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) } ) }  This will set a keyboard shortcut "KL" to execute the `Edit_Comuni` function, which will be triggered after a short delay. I hope this helps! Let me know ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 98

Re: Another for Btnbmp

... is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists users, especially those using keyboard navigation, to understand which element is currently active. Yes. I know very well. No argument over this. That is what FWH does it by default ...
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Re: Another for Btnbmp

... is akin to the "FocusRect" you mentioned. The focus outline is crucial for accessibility, as it assists users, especially those using keyboard navigation, to understand which element is currently active. Here is a sample I made with WebView2 to demonstrate. Best regards, Otto https://mybergland.com/fwforum/resizewithbtns.gif
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Re: Fwh 23.10 TGet another problem (UNSOLVED)

How is this keyboard done ?
by Marc Venken
Sun Feb 04, 2024 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Keyboard event and the ActiveX object

Good morning. Do you have any examples to better understand what you want?

Buen día. ¿Tiene algún ejemplo para entender mejor lo que quiere?

Regards, saludos
by karinha
Wed Dec 13, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 206

Keyboard event and the ActiveX object

Hi,

I need to handle the keyboard event when the ActiveX object is active.
The only thing that comes to mind is to check lastkey() by timer. Maybe there are some ideas ?
by Natter
Wed Dec 13, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 206

Re: Fwh 23.10 TGet another problem

... entered in the TGet fields. However, I can see the previously entered Turkish character data. Only when I type Turkish characters on the keyboard while entering data, a question mark appears. I should also say that there is no Turkish entry problem in GET MEMO fields.
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

Hi Mr. Rao,

Code: Select all  Expand view
A   Character   Ascii
1   Ğ            208
2   Ş            222
3   İ            221
4   ğ            240
5   ş            254
6   ı            253
 


When I press this characters from keyboard, it prints ?.

Thanks.
by Horizon
Mon Nov 06, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Parameter for Timeout

... := .T.                // Field wide STATICRETURN --- AppEvent() is like ACTIVATE and 4th Parameter is for TIMEOUT AppEvent() get Events when Keyboard "input" or Mouse move or other Action if used 4th Parameter of AppEvent it include "Timeout" when "no Event" ...
by Jimmy
Mon Sep 18, 2023 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: HBIDE - Will there be any further development?

Keyboard works good now, thank you sir.
by FWExplorer
Tue Sep 05, 2023 3:02 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12788

HBIDE - Will there be any further development?

Hi, I played with https://github.com/FiveTechSoft/hbide a few years ago, and just recompiled it now. It still doesn't have any keyboard menu support. You can open the File/Edit/Run/Options/Help menu with the mouse, but the Alt keys won't bring up any menu. Also, you only open files within ...
by FWExplorer
Mon Sep 04, 2023 10:05 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12788

XBROWSER Buttonbar Hotkey ?

hi,

is it possible to assign Hotkey for Buttons in Buttonbar of XBROWSER :?:

i like to use Keyboard and not Mouse in a "normal" App
for "edit" i like to use CTRL-E or F2
for "Append" CTRL-A
by Jimmy
Mon Sep 04, 2023 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER Buttonbar Hotkey ?
Replies: 0
Views: 208
Next

Return to advanced search