orderOut a sheet while app is hidden
orderOut a sheet while app is hidden
- Subject: orderOut a sheet while app is hidden
- From: Nico <email@hidden>
- Date: Mon, 9 Dec 2002 18:49:03 +0100
Hi folks!
I use a sheet that shows the state of a calculation.
It closes automatically on finished.
To close the sheet I call:
[Application endSheet:processSheet];
[processSheet orderOut:nil];
It works fine until I hide (Command-H) my app.
When I go back to the app after the calculation has
finished, the sheet is still there blocking the app.
Maybe its a problem doing these actions off-screen?!
Since early, Nico.
_______________________________________________
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.