Re: NSBeginAlertSheet question
Re: NSBeginAlertSheet question
- Subject: Re: NSBeginAlertSheet question
- From: Andreas Mayer <email@hidden>
- Date: Sun, 4 Jul 2004 16:55:59 +0200
Am 04.07.2004 um 15:58 schrieb Peter Karlsson:
I'm using NSBeginAlertSheet to open up a sheet attached to one of my
windows. Is there a way to tell if the sheet is open or closed? The
problem is that I do not want code execution to continue before the
sheet is closed.
Um. The point of using a sheet is to *not* block the rest of your app.
In your case it might be better to use a modal panel. See
NSApplication's runModalForWindow:
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.