Notifications
Clear all
[Closed] create menu item
Jul 24, 2017 4:17 pm
Hi,
menu = menuMan.createMenu "name"
mainMenuBar = menuMan.getMainMenuBar()
mainMenuBar.addItem menu -1
menuMan.updateMenuBar()
So what am I doing wrong?
1 Reply
Jul 24, 2017 4:17 pm
Hey, I think you need to register the Menu context.
But I only have experience how to to it in c++.