Disposing an NSAlert
Disposing an NSAlert
- Subject: Disposing an NSAlert
- From: Steve Israelson <email@hidden>
- Date: Mon, 30 Jul 2007 10:35:50 -0700
I have an app that puts up an NSAlert asking the user to insert a
certain CD-Rom.
I am displaying this as a sheet.
I also detect when dics are inserted and when the correct one is
found, I order out the sheet.
I have read in the docs that you should NOT do this:
"Note that you should be careful not to call orderOut: on the sheet
from elsewhere in your program before the didEndSelector method is
invoked."
I can see NO other way to get rid of the alert sheet. There are no
other calls to do so.
Is there any way I can do this, or should I just make my own panel
and display it?
_______________________________________________
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