[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] how to disable menu bar

hi all...

i am try to disable the menu bar when i not yet click the button
and after i click the button and will trigger menu bar enable but i am using the ApplicationActionBarAdvisor() to control the menu bar
and i use the action to run it


this is my code the openMenuBar() is to set all menu to true to enable it... please help...


ApplicationActionBarAdvisor applicationActionBarAdvisor = new ApplicationActionBarAdvisor(null);
applicationActionBarAdvisor.openMenuBar();