Re: Toggling Visibility for NSPanel
Re: Toggling Visibility for NSPanel
- Subject: Re: Toggling Visibility for NSPanel
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 24 Oct 2007 23:57:41 -0600
On Oct 24, 2007, at 11:29 PM, Jason Barker wrote:
I tried -close which works (but it doesn't show up in the code
completion list). Both -orderOut and -makeKeyAndOrderFront yield the
'selector not recognized' error. Is there something else I can try?
It's -orderOut:, not -orderOut. Notice the :. NSPanel inherits from
NSWindow, so don't forget to check the documentation of a class'
superclasses.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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