Hi,
I'm implementing non document-based application and it creates multiple windows for opening images.
Because I defined the myWindowController in my appController as a member variable, the menu item such as save and print recognizes only the last window opened.
For printing or saving an...