Re: NSProgressIndicator won't disappear!
Re: NSProgressIndicator won't disappear!
- Subject: Re: NSProgressIndicator won't disappear!
- From: j o a r <email@hidden>
- Date: Thu, 10 Apr 2003 00:25:45 +0200
On Wednesday, Apr 9, 2003, at 23:50 Europe/Stockholm, Ricci Adams wrote:
I'm using "new-style" nib files, and I checked and made sure that
displayWhenStopped is properly set at NO.
In IB, or in code while the app is running?
The weird thing is this:
Say I'm on Tab #3 and I send startAnimation: to the Tab #3 progress
indicator. As long as I stay on Tab #3 and not switch, the progress
indicator will disappear correctly during stopAnimation:.
However, if I am on Tab #3 and I send startAnimation: to the Tab #2
progress indicator, wait for the task to finish, then switch over to
Tab #2, the progress indicator will be visible (and stopped).
I have tried using NSTabView's tabView:didSelectTabViewItem: delegate
method to "force" the progress indicators to disappear. Alas, nothing
is working :(
It is my experience that NSProgressIndicator doesn't like to be hidden
while animating, but I don't have anything solid to back that
statement. I don't know what advice to give - bug report? Try to
reproduce the problem in a small sample project, and if you can, send
it to Apple.
Oh, quick question. What's this about "new-style" nib files being
buggy?
List archives!
j o a r
_______________________________________________
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.