Page 1 of 1

explorerbar Menu

PostPosted: Wed Feb 07, 2018 12:46 pm
by Silvio.Falconi
I used until now Vtaskbar of C5 . Now I tried to use explorerbar of Fivetech but I have many problems
for a sample it is possible add a menupopup near a menuitem of explorerbar?

Re: explorerbar Menu

PostPosted: Fri Feb 09, 2018 7:04 am
by Antonio Linares
Please post screenshot and prg example, thanks

Re: explorerbar Menu

PostPosted: Fri Feb 09, 2018 9:35 am
by Silvio.Falconi
with vtaskbar I can make this

DEFINE VMENUITEM OF oBar ;
CAPTION "Elenco movimenti" ;
IMAGE "GRID_IMPRIMIR2" ;
MENU Stampa_Mov(oApp():oGrid,oCont,oBar);
LEFT 10

where Stampa_Mov is a normal function with menupopup type

Function Stampa_Mov(oGrid,oCont,oBar)
Local oMenuStampa
MENU oMenuStampa POPUP
MENUITEM "Elenco Movimenti"
ENDMENU
return oMenuStampa



Image



Note : with Explorerbar I cannot link a popupmenu and all menuitem is made with turl ( only font under )