Notifications
Clear all

[Closed] create menu item

Hi,


menu = menuMan.createMenu "name"
mainMenuBar = menuMan.getMainMenuBar()
mainMenuBar.addItem menu -1
menuMan.updateMenuBar()

So what am I doing wrong?

1 Reply

Hey, I think you need to register the Menu context.
But I only have experience how to to it in c++.