I'm doing a custom key handler with registerKey, and would like to show a menu in response. Calling menu.show() works, but doesn't position the menu properly below the menubar unless the menu has previously been show by actually clicking the menu button in the menu bar. I expected to find a function like MenuBar.PostMenu(menuNum) or MenuBar.getMenu(0).showMenu(), but couldn't find anything.
Is there any easy way show a menu without clicking on it?
Pete
Is there any easy way show a menu without clicking on it?
Pete
Comment