Re: missing (some) window names in Window menu
Re: missing (some) window names in Window menu
- Subject: Re: missing (some) window names in Window menu
- From: Michael Vannorsdel <email@hidden>
- Date: Tue, 8 Apr 2008 15:31:29 -0600
You can use NSApplication's addWindowsItem:title:filename: to manually
add windows to the list. Also make sure your windows don't have
isExcludedFromWindowsMenu set to YES.
On Apr 8, 2008, at 3:21 PM, Hal Mueller wrote:
My NSPersistentDocument app has two kinds of windows that can be
shown for a given document.
A few revisions back (I just noticed it last night, though), Type2
windows stopped showing up in the Window menu. I can create them,
and they respond to the "Bring All To Front" menu item. Type1
windows still appear. Type1 and Type2 window controllers are
distinct classes with their own nibs. This was working fine once;
I'm looking for ideas on what sorts of errors might be causing this
change in behavior.
Any suggestions on what I should be looking for? How does the
Window menu get populated?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden