Re: ProgressIndicator Always Hidden If...
Re: ProgressIndicator Always Hidden If...
- Subject: Re: ProgressIndicator Always Hidden If...
- From: Seth Willits <email@hidden>
- Date: Fri, 1 Aug 2003 15:07:48 -0700
On Friday, August 1, 2003, at 02:27 PM, Shawn Erickson 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.
Ahhh. Wonder if this (and some of the other inconsistencies) are fixed
with the new developer tools in 10.3.
Thanks,
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software -
http://www.freaksw.com
Q&A Columnist for REALbasic Developer Magazine -
http://www.rbdeveloper.com
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"Read the book! Be patient! All success comes from acquiring knowledge
and experience."
-- Seth Willits
------------------------------------------------------------------------
---
_______________________________________________
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.