... normally i used without problem: MENUITEM FILE "myimage.bmp" MESSAGE "Ciao" ACTION MsgInfo( "Ciao") && see TESTMENU.PRG in SAMPLES dir A few days ago i upgrade FWH 8.10 to FWH 15.12, but the above LINE does not work, it works only if i put also SAY: MENUITEM ...
... sample oItem menuitem oItem Prompt " blabla" ; file "MENU.bmp" ; ACTION PrinterSetup() ; MESSAGE "bla bla " the file testmenu.prg here run ok you can use also MENUITEM FILE "..\bitmaps\print.bmp" MESSAGE "Funciona ? Shift-F2" ; ACTION MsgInfo( "Hello, ...
Hi to all, i got problem in new release FWH 15.12 and Harbour 3.2.0dev (r1601050904) You can see di problem using the TESTMENU.PRG in samples dir of Fwin It seems not working when use file BMP in MENUITEM: Example MENUITEM FILE "..\BITMAPS\END.BMP" MESSAGE "BLA BLA" ...
Buen día para todos... Como hago para combinar las teclas... pero en mi ventana principal? Revise el ejemplo que menciono Antonio testmenu.prg. Pero resulta que mi programa ya no tiene menú. Ahora tengo una ribbon. Como puedo hacer la combinacion de teclas control+f7 desde mi ventana principal? ...
Implementados los menues de persiana: http://www.fivetechsoft.net/cgi-bin/testmenutestmenu.prg #include "FiveWeb.ch"function Main() BuildMenu()return nilfunction BuildMenu() local oMenu MENU oMenu MENUITEM "Your ...