Hi all,
Does anyone have any idea on how to make the menu bar hide and show from a function call?
Currently it is always visible. I need to make the menu bar disappear when i call certain function and reappear when i call another function.
Thanks!
Esther
How to make menu hide/disappear?
Try this
You can replace "mainmenu" with your menu name.
Also the second parameter in SDiv is 1 for on, 0 for off
Cheers
Andy
Code: Select all
mn=getMenuByName("mainmenu")
SDiv("menu"+mn,0);
Also the second parameter in SDiv is 1 for on, 0 for off
Cheers
Andy