Best practice on menues?
Posted: Fri May 13, 2011 5:06 am
Since it is not possible to run multiple instances of programs on the mac (as far as I know) I have to open several windows instead.
I would like to have the same menu on all open windows, and I want a standard "Window" menu with a list of all open windows. Only the active window should have keyboard shortcuts enabled. That is, it should resemble all other mac applications.
How do you propose I do it with as little fuss as possible?
I would like to have the same menu on all open windows, and I want a standard "Window" menu with a list of all open windows. Only the active window should have keyboard shortcuts enabled. That is, it should resemble all other mac applications.
How do you propose I do it with as little fuss as possible?
- Should for instance each window have it's own menu?
- How do you update the menu in a efficient manner? Rebuilding every menu when the windowtitle changes on a menu, another window gets active (needed to indicate which window is active), or when you add/remove windows
- The keyboard shortcuts. Deactivate all and create new listeners every time a window becomes active?