I have a sheet that shows a progress bar for a file being downloaded. It closes 
automatically, with no problems. The issue is, if I hide the app the sheet does 
not disappear - instead, it stays open. This only happens when the app is 
hidden.

The code to close it is:

[NSApp endSheet: fStatusWindow];
[fStatusWindow orderOut: self];


I have tried adding [NSApp abortModal] and [NSApp stopModal] without any luck. 
Is there anything I can do?
_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to