Re: Application hides during processing
Re: Application hides during processing
- Subject: Re: Application hides during processing
- From: Daryn <email@hidden>
- Date: Fri, 11 Jul 2003 19:34:43 -0500
On Friday, July 11, 2003, at 04:06 PM, M. Uli Kusterer wrote:
At 12:58 Uhr +0530 11.07.2003, Suman Ganguly wrote:
I'm developing a Cocoa/Objective-C application in Mac 10.2.6.
In my application, while processing some task in other thread, I'm
displaying a busy sheet with a barber pole display.
During processing, when the application looses its focus, the
application
hides itself. Now if I click on the application icon in the dock, the
application window is showing again.
Are you sure the application hides itself, or is just the frontmost
window hidden? How many windows does it have? Is it possibly a palette
window (small window title bar) or some other window whose
hide-on-suspend attribute is set?
I think some NSPanel variants auto-hide themselves on suspend.
It's worth noting that any attached child windows with hide on
deactivate will also hide the parent...
Daryn
_______________________________________________
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.