Multiple seperator lines in window menu
Multiple seperator lines in window menu
- Subject: Multiple seperator lines in window menu
- From: MacInsight <email@hidden>
- Date: Sun, 23 Feb 2003 20:57:06 +0100
Hi all,
I'm writing an application which has two windows, only one window per
time should be visible.
To switch between these two windows, the windowController of the window
to close receives the 'close' message, whereas the windowController of
the window to show receives the 'showWindow:(id)sender' message (with
the other windowController as sender).
When first showing the invisible window and then closing the other
window, everthing's fine, but when first closing the visible window and
then showing the other window, an additional seperator line gets added
to the window menu (between the "Bring All to Front" menu item and the
name of the visible window).
So it seems that it's not a good idea to provoke a situation where no
window at all remains in the application's list of windows.
This isn't a problem for me, but I'm just curious if this is legal
behaviour, or if I missed something searching the docs and archives.
Maybe I should file a bug?
Sorry if this has been answered befor or if i missed something obvious.
Greetings,
Dirk Stegemann
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.