Re: ProgressIndicator Always Hidden If...
Re: ProgressIndicator Always Hidden If...
- Subject: Re: ProgressIndicator Always Hidden If...
- From: Shawn Erickson <email@hidden>
- Date: Fri, 1 Aug 2003 14:27:20 -0700
On Friday, August 1, 2003, at 10:04 AM, M. Uli Kusterer wrote:
At 12:50 Uhr -0700 30.07.2003, Seth Willits wrote:
For some reason, my progress bar will never show up if I [progressBar
setDisplayedWhenStopped:NO]; in awakeFromNib. But if I leave it
initially visible and then use [progressBar
setDisplayedWhenStopped:NO]; later when I begin the process it works
correctly, showing and hiding when it should.
I have the same problem. Looks like a bug in Interface Builder to me.
Since hiding in Cocoa is actually achieved by taking an object out of
the window, I guess that hiding the item prevents IB from correctly
archiving the item to disk. At least that's my guess... it's not that
I have more than a few months' worth Cocoa experience anyway...
Yeah it is a known issue, I cannot remember the specifics off the top
of my head but I believe it is related to archiving in the new nib
format. Set it programmatically to be sure you get what you want for
now.
-Shawn
_______________________________________________
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.