Search found 803 matches: alt

Return to advanced search

Re: HBIDE - Will there be any further development?

... going on. The executable hbide.exe in https://github.com/FiveTechSoft/hbide/archive/refs/heads/master.zip has 1,804,288 bytes. When I run it and Alt-F, I don't know if the Event runs, but it doesn't appear to do anything. I'll recompile it without modification and see what happens.
by FWExplorer
Sat Oct 21, 2023 2:01 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12687

Re: HBIDE - Will there be any further development?

> Can you test the executable, and see if Alt F works on your side?

Yes, working fine
by Antonio Linares
Sat Oct 21, 2023 5:46 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12687

Re: HBIDE - Will there be any further development?

Hi Antonio, Although the code that you offered above      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( nKey )      endif     ...
by FWExplorer
Fri Oct 20, 2023 11:48 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12687

Re: HBIDE - Will there be any further development?

Ok, I'll try that, thanks Antonio. Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( ...
by FWExplorer
Tue Sep 05, 2023 12:39 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12687

Re: HBIDE - Will there be any further development?

Trying to implement Alt+... support:   while ! ::lEnd      nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )      if nKey >= K_ALT_Q .and. nKey <= K_ALT_M         ::oMenu:ProcessKey( __dbgAltToKey( nKey ) ) ...
by Antonio Linares
Tue Sep 05, 2023 11:59 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12687

HBIDE - Will there be any further development?

... 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 the current folder. You can't specify a path or .. to go back to a parent folder. ...
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: 12687

ayuda con edicion en xbrowse

... 232, 255, 232 ) } ) }   END...  aca estoy ingresando un dato (la celda esta en edición), me acuedo que lo tengo en excel, con alt+tab me cambio a excel, copio lo que me interesa poner en la celda y cuando regreso ya lo que he escrito en la celda desapareció, porque se me olvido ...
by carlos vargas
Sat Aug 12, 2023 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 238

Re: btnbmp and accelerator keys

Dear Otto,

Have you tested it using a prompt that contains "&Test" and pressing alt T ?
by Antonio Linares
Mon Jul 10, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp and accelerator keys
Replies: 2
Views: 173

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

Re: Syswait() question

Would you like to turn off the entire keyboard or just CTRL+ALT+DEL? ¿Le gustaría apagar todo el teclado o simplemente CTRL+ALT+DEL? Try this:    TRAVATEC(.T.)  // TRAVA O TECLADO   TRAVATEC(.F.)  // LIBERA ...
by karinha
Mon Apr 17, 2023 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syswait() question
Replies: 9
Views: 638

Re: Value of ACCELERATOR ACC_ALT "Key" ?

... BuildMenu()   local oMenu   MENU oMenu      MENUITEM "&Test" MESSAGE "Alt-F5 to Call Test Array Browse" ;          ACTION TestBrw() ;          ACCELERATOR ...
by karinha
Wed Mar 22, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 255

Re: Value of ACCELERATOR ACC_ALT "Key" ?

hi, thx for Answer i can´t compile testtcb3.prg :( Compiling 'testtcb3.prg' and generating preprocessed output to 'testtcb3.ppo'... 2 errors No code generated. testtcb3.prg(105) Error E0030 Syntax error "syntax error at 'COLUMN'" testtcb3.prg(111) Error E0030 Syntax error "syntax erro...
by Jimmy
Wed Mar 22, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 255

Re: Value of ACCELERATOR ACC_ALT "Key" ?

Code: Select all  Expand view

c:\fwh..\samples\testtcb3.prg
 



Regards, saludos.
by karinha
Wed Mar 22, 2023 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 255

Value of ACCELERATOR ACC_ALT "Key" ?

hi,

it "seems" me that i can use ALT + F5 only "as Menu Key"
for this i need ACCELERATOR ACC_ALT "Key" ... but how to get it e.g. ALT + F5 under Fivewin :?:
by Jimmy
Wed Mar 22, 2023 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 255
Next

Return to advanced search