Re: How to tell if a Panel is Open [solved]
Re: How to tell if a Panel is Open [solved]
- Subject: Re: How to tell if a Panel is Open [solved]
- From: "K. Darcy Otto" <email@hidden>
- Date: Thu, 11 Jun 2009 15:32:46 -0700
Thanks to those who helped me with this question. The solution was to
use NSWindow's -attachedSheet method, and (in my case), check for
nil. If nil, there is no attached sheet; if not nil, there is an
attached sheet.
_______________________________________________
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