Re: Window setTitle Ignored at Launch?
Re: Window setTitle Ignored at Launch?
- Subject: Re: Window setTitle Ignored at Launch?
- From: Kyle Sluder <email@hidden>
- Date: Sun, 8 Nov 2009 10:21:08 -0800
On Nov 8, 2009, at 10:05 AM, Chunk 1978 <email@hidden> wrote:
the method does get called at launch, so that is why i don't
understand why the window isn't setting it's title. i've even moved
the code to set the window title to -
(void)windowControllerDidLoadNib:(NSWindowController
*)windowController with no luck. also, i've added an IBOutlet to the
window with no luck. the window will always launch as "untitled" and
only switch to it's appropriate title when the popup menu is toggled.
Have you remembered to override -synchronizeWindowTitleWithDocumentName?
--Kyle Sluder
_______________________________________________
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