Search found 114 matches: accelerator

Return to advanced search

Re: btnbmp and accelerator keys

Dear Antonio,

Thank you. Yes, it is working.

Best regards,
Otto
by Otto
Mon Jul 10, 2023 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp and accelerator keys
Replies: 2
Views: 161

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

btnbmp and accelerator keys

Hello friends,

Is there a way to have btnbmp and accelerator keys?

Thank you in advance.

Otto
by Otto
Mon Jul 10, 2023 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp and accelerator keys
Replies: 2
Views: 161

Re: Value of ACCELERATOR ACC_ALT "Key" ?

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

Re: Value of ACCELERATOR ACC_ALT "Key" ?

... errors * --- nerveless i saw VK_F5 and wonder as i have total different Value #define VK_F5             0x74   ACCELERATOR ACC_ALT, VK_F5 my (working) Solution   ACCELERATOR ACC_ALT, 65652 ; which i got from AppEvent() of my Xbase++ App now i have try VK_F5 and ...
by Jimmy
Wed Mar 22, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Value of ACCELERATOR ACC_ALT "Key" ?
Replies: 3
Views: 254

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

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

Re: Menu in a Dialog

please help with this, i can´t make that this code run:
Code: Select all  Expand view

 MenuItem "&Nacimiento" action ::nacimiento( 0 ) ACCELERATOR 0, VK_F5


not work accelerator.
by goosfancito
Sat Sep 19, 2020 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu in a Dialog
Replies: 12
Views: 1325

New FTDN February 2020 (FWH 20.02)

... details and fix to be applied in previous builds http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38485 * Control.prg - Fix: Behavior of accelerator keys: Pressing Alt-F4 should close the active window. Instead Alt-F4 is interpreted as Alt-S and if a btnbmp's prompt contains "&S", ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4614

Re: Bug in TBTNBMP Class FWH 19.12 ?

Nages thanks for your reply. In fact, the issue is related to the union of the accelerator symbol "&" with the letter "S" and the combination "ALT+F4" . With any other letter it works without problems, it is only when "&S" ...
by Cgallegoa
Sun Feb 16, 2020 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1650

Re: Menu desde Tabla MySql

... a un arreglo // Menu Horizontal aMENUMAC:=LEERELMENUDESDECUALQUIERORIGEN() // dbf, txt, MySql ///// C5MENUITEM oDp:oItemMacro PROMPT oDp:cMenu01; ACCELERATOR ACC_CONTROL,ASC("M") C5MENU COLOR oDp:nMenuItemClrText, oDp:nMenuItemClrPane; COLORSEL oDp:nMenuItemSelText, oDp:nMenuItemSelPane; ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3265

Re: TMenuItem():New changed

... NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 923

Re: Fivedit: Snipkeeper vs. FWExplorer

Done for the next version - Shift + F8 ( key accelerator ) - Qesthetic improvements - Now, allow two images of each PRG: ( one JPG and other BMP or PNG, or one BMP and other PNG ) - Files Images say in control image and not in control RTF - Edit ...
by cnavarro
Fri Oct 27, 2017 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedit: Snipkeeper vs. FWExplorer
Replies: 2
Views: 849

Re: Bug in mdichild menu

... are dinamically created after the creation of the main MDI window. EMG NO The problem is with menu and SYSMENU ( locate ) of mdichild Table of accelerators is created with ( ALT + 1 ) as the first item As the MENUSYS icon is inserted ( now SYSMENU is first item ), the first item defined in ...
by cnavarro
Mon Jun 05, 2017 2:41 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 4833

Re: Bold on Menuitem

... NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ...
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 476
Next

Return to advanced search