Re: Window setTitle Ignored at Launch?
Re: Window setTitle Ignored at Launch?
- Subject: Re: Window setTitle Ignored at Launch?
- From: Jens Alfke <email@hidden>
- Date: Fri, 6 Nov 2009 11:34:23 -0800
On Nov 6, 2009, at 9:01 AM, Chunk 1978 wrote:
- (void)displayViewController:(ManagingViewController *)vc
{
//Try to end editing
NSWindow *w = [box window];
Set a breakpoint at the top of this method.
Is the method called at launch time?
If so, is 'box' or 'w' nil?
—Jens_______________________________________________
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