Re: stop and wait
Re: stop and wait
- Subject: Re: stop and wait
- From: David Remahl <email@hidden>
- Date: Sun, 5 Oct 2003 14:31:58 +0200
On 5 okt 2003, at 14.22, Mark Davis wrote:
I want to know a way to stop and wait in my code until something is
done.
For example, in my action it shows a sheet but I want to wait until
the sheet is closed before I continue.
The sheet will send the message indicated by the selector you passed it
as the didEnd: parameter when it closes. Unless you are using a modal
sheet, in which case your code will automatically hold untill the user
dismisses the sheet.
Take a look at any example that uses a sheet.
/ Rgds, David
_______________________________________________
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.