I have created a MenuBar and I want to show it to the user after he logins into the page. From what i understood MenuBar can be called only from mainFrame which is shown even before logging in. Is there another way so that I login and then show the menuBar? Best Regards, Chris |
Hi Chris, You can use api_frame.setMenuBar to assign a menubar to a mainframe during runtime. You can also use api_dialog.setMenuBar to assign a menubar to a dialog. Kind Regards, Excellent. Thanks Yalim.
(17 Jul '14, 09:28)
chris2014
|
Hi Chris, To achieve your request, you can use api_frame.setMenubar API. This API assigns the specified menuBar to the mainFrame. Hope this helps, |