Search found 43 matches: hotkey

Return to advanced search

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

Re: HASH vs single variables

Marc, very interesting. I will assign a hotkey too. Could you provide an example of having labels that give the type and description of content?

Best regards,
Otto
by Otto
Wed Jun 07, 2023 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1060

activate BUTTON ACTION Codeblock via F2 - F9

hi, my BUTTON have a Caption which can be used as Hotkey using ALT + Key now i like to use F2 - F9 to activate BUTTON i can use o:bKeyDown Codeblock Slot to call a Functrion and use VK:* Key to identify how to EVAL() ACTION Codeblock e.g. for VK_F2 ...
by Jimmy
Tue May 02, 2023 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: activate BUTTON ACTION Codeblock via F2 - F9
Replies: 2
Views: 134

Hot-Key for BUTTON of BUTTONBAR ?

hi, how can i call "ACTION" of a BUTTON from BUTTONBAR using HotKey :?: i know bKeyDown but how to "POST" Event to BUTTON as there is no Object, or :idea: DEFINE WINDOW oWnd FROM 0, 0 TO 1024, 1280 PIXEL TITLE "DBF " + cFile   DEFINE ...
by Jimmy
Sun Nov 27, 2022 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hot-Key for BUTTON of BUTTONBAR ?
Replies: 2
Views: 210

Re: Error when press ALT + XXX

... TGrid   DO CASE      ...      CASE nMsg == WM_SYSCOMMAND         RETURN nil   ENDCASE now i got no Error any more :D later when want to use ALT as Hotkey in TGrid() i can change it thx for help to point me Direction to go
by Jimmy
Fri Nov 11, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when press ALT + XXX
Replies: 3
Views: 277

Error when press ALT + XXX

... WINRUN( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1114 ) Called from: TGRID.prg => MAIN( 512 ) but i have no "Hotkey" define ... how can i avoid Error :?:
by Jimmy
Fri Nov 11, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when press ALT + XXX
Replies: 3
Views: 277

Re: Fivewin Setkey(ALT + F2, {|| ...} ) ?

... + Chr(9) + "Alt+F2" ;    ACCELERATOR ACC_ALT, 65649 ;    ACTION MsgInfo("Alt+F2") so i got now all ALT "Hotkey" also in MENU :D
by Jimmy
Mon Oct 31, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Setkey(ALT + F2, {|| ...} ) ?
Replies: 10
Views: 568

Re: Hotkey under FiveWin ?

Aha
Thx for Answer
by Jimmy
Thu Aug 04, 2022 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hotkey under FiveWin ?
Replies: 2
Views: 245

Re: Hotkey under FiveWin ?

o:bKeyDown := { |k| If( k == ASC("N") .and. GetKeyState( VK_CONTROL ),  ;                        ( youraction(), 0 ), nil ) }//ORo:bKeyChar := { |k| If( k == ASC(...
by nageswaragunupudi
Thu Aug 04, 2022 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hotkey under FiveWin ?
Replies: 2
Views: 245

Hotkey under FiveWin ?

hi, under HMG i can use this Syntax    ON KEY CONTROL + N OF IPTVMAIN ACTION DoAppendNew() under FiveWin i can use   SETKEY( ASC( "N" ), { ||  DoAppendNew()  } ) but it is not limited to WINDOW --- i saw Codeblock Slot "bKeyDown" but most...
by Jimmy
Thu Aug 04, 2022 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hotkey under FiveWin ?
Replies: 2
Views: 245

Re: A Colorpicker and RGB-tools

Many new functions added. There is a new autosave-option. How it works : Select a startposition from inside the projectbrowser The hotkey will do a autoappend saving the projectname + the selected numer + 1 and the colorvalues. No need to add a new record before selecting a new color. A ...
by ukoenig
Tue Dec 12, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7899

Re: A Colorpicker and RGB-tools

... ideas are welcome :idea: with the colorpicker You can select a color from a image. Move the dialog to the side to view the covered values. With a hotkey You can save the values to the clipboard. To use the 10 color-buttons ( green 1 - 10 ) You must switch the colorpicker OFF and select one of ...
by ukoenig
Mon Dec 04, 2017 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7899

Analysing objects with Xbrowser

... I can use it anywhere when i Put a line like this : xbrowser(oMouseCol) // or any other object. But Is there a function that can be called with a hotkey (ex. F8) that will start xbrowser with all avialable objects generated (oObjects) and select one of them to see all Data ? It can also act as ...
by Marc Venken
Sat Jul 29, 2017 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Analysing objects with Xbrowser
Replies: 0
Views: 359

Re: using Cmd-C and Cmd-V in get

Hello Antonio,

Thanks!

Is there alo a possibilty to use other hotkey functions, like Cmd-P for a printing function.
by plantenkennis
Wed Nov 30, 2016 2:44 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 2508

Re: xBrowse y texto Hotkey

Hyderabad, again, thanks ... I tried your solution, and it works well. Solutionated !
by Maggiro
Tue Jul 07, 2015 4:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse y texto Hotkey (SOLUCIONADO)
Replies: 4
Views: 655
Next

Return to advanced search