Search found 114 matches: accelerator

Return to advanced search

Re: MENUITEM problem

... I am a Girl!" ) here the menuItem MENUITEM FILE "..\bitmaps\End.bmp" MESSAGE "Bye, bye... -F2-" ; ACTION oWnd:End() ; ACCELERATOR 0, VK_F2 run ok ( fwh16.02)
by Silvio.Falconi
Fri Feb 05, 2016 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM problem
Replies: 4
Views: 650

Re: Menu (se podrá?)

... ELSE MENUITEM oMnuItem PROMPT OemToAnsi(ALLTRIM((cMnuAlias)->FLDTXTOPT)) ; MESSAGE OemToAnsi(ALLTRIM((cMnuAlias)->FLDMESSAGE)) ; ACCELERATOR (cMnuAlias)->FLDNSTATE, (cMnuAlias)->FLDVIRTKEY ENDIF oMnuItem:lChecked := (cMnuAlias)->FLDCHECK oMnuItem:lActive := ( lRight:= ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2659

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2368

Re: To Antonio:

Antonio:

Thank you very much ! Working perfectly. This will allow me to finish this app's last text update and star migrating it to GUI. Reports are already migrated. Is there a way to implement accelerator keys ?
by HunterEC
Sun Apr 12, 2015 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 12683

Re: Possible a text-adjust of BTNBMP NO image ?

Mr. Rao, is it possible, to add a ACCELERATOR like on a normal button ? oBtn:bPainted := { || ( nColor := If( oBtn:lMOver, 255, 0 ), ; oBtn:Say( 5, 5, "Test", nColor, NIL, oFont, .T., .T. ) ) } instead of a normal text, I added a ...
by ukoenig
Sun Feb 22, 2015 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a text-adjust of BTNBMP NO image ?
Replies: 14
Views: 3528

Xbrowse ADO

... + Chr( 9 ) + "Alt+A" ; ACTION MsgAbout( FWCOPYRIGHT, FWVERSION ) ; MESSAGE "Some information about this demo" ; ACCELERATOR ACC_ALT, Asc( "A" ) ; FILENAME "..\bitmaps\16x16\info.bmp" SEPARATOR MENUITEM "&Exit demo..." ACTION ; ...
by brewster
Fri Oct 10, 2014 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ADO
Replies: 4
Views: 1127

Re: Bug in Menu

Enrico, This is the menu image without accelerators: https://bitbucket.org/fivetech/screenshots/downloads/menu1.jpg And this is your seocnd example with accelerator: https://bitbucket.org/fivetech/screenshots/downloads/menu2.jpg ...
by Antonio Linares
Sat Aug 02, 2014 2:37 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Menu [Solved]
Replies: 18
Views: 3492

Re: Bug in Menu

Antonio, please try this. The menu item has been enlarged to accomodate the accelerator. #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oMenu    MENU oMenu        MENUITEM "Test"    ...
by Enrico Maria Giordano
Fri Aug 01, 2014 3:09 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Menu [Solved]
Replies: 18
Views: 3492

Re: Bug in Menu

Enrico,

If we use an accelerator on the menuitem such space will be used, so it does not look wrong to me :-)
by Antonio Linares
Fri Aug 01, 2014 2:51 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Menu [Solved]
Replies: 18
Views: 3492

Re: Migrate to Harbour

... NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ...
by Enrico Maria Giordano
Sat Jul 05, 2014 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11991

Re: Migrate to Harbour

... 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
Sat Jul 05, 2014 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11991

Re: en dialogos, ACCELERATOR de los menu no me funciona...

karinha wrote:En version FWH13.06 BCC582, funciona perfecto.

salu2.


bien.
by goosfancito
Thu Jun 26, 2014 1:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: en dialogos, ACCELERATOR de los menu no me funciona...
Replies: 8
Views: 608

Re: en dialogos, ACCELERATOR de los menu no me funciona...

En version FWH13.06 BCC582, funciona perfecto.

salu2.
by karinha
Thu Jun 26, 2014 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: en dialogos, ACCELERATOR de los menu no me funciona...
Replies: 8
Views: 608
PreviousNext

Return to advanced search