Re: NSOpenPanel instantly closing
Re: NSOpenPanel instantly closing
- Subject: Re: NSOpenPanel instantly closing
- From: email@hidden
- Date: Sat, 17 Feb 2007 21:31:31 -0700
I may be clueless about this, but I would put nil instead of null for
contextInfo.
I think NULL is an actual object of type NSNull.
http://www.cocoadev.com/index.pl?NSNull
See warning on the bottom of this page regarding sending an
unretained object to contextInfo:
http://www.cocoadev.com/index.pl?NSOpenPanel
On Feb 17, 2007, at 8:30 PM, Nick Forge wrote:
contextInfo:NULL];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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