Re: controls not rendered, sometimes
Re: controls not rendered, sometimes
- Subject: Re: controls not rendered, sometimes
- From: Christian Pekeler <email@hidden>
- Date: Fri, 26 Mar 2004 12:09:31 -0700
Was this nib converted from the pre-10.2 format to the 10.2 and later
format?
I started working on the nib about 9 months ago (always using the
latest available dev tools), and I believe at some point I was asked by
IB whether I wanted to save it in a newer format. I clicked Yes.
Btw, I seem to be getting the problem on my slow G4 (500MHz) but am
having troubles reproducing it on my G5 (1.6GHz), even though both
machines use exactly the same software versions. Could there be a
racing condition when nibs are loaded?
Does it now use the new control layer?
Bindings? No.
If you can send me a copy of the nib, I'll open it with the latest IB
to see if any inconsistencies are detected.
Thank you! Coming in separate mail.
Christian
On Mar 25, 2004, at 11:20 PM, Christian Pekeler wrote:
Sometimes when my app starts up, some NSControls are not being
rendered
in the main window until I resize it. They actually show up for a
split
second at the beginning and then disappear immediately. I only seem to
be having this problem when the window starts off with its minimal
size. Those problematic NSControls are subviews of a splitview, next
to
other controls in the same splitview which always get rendered
correctly. Except for their locations, the controls which get rendered
don't seem to be different from those that don't. If I configure the
window to be textured, the problem goes away, i.e. all controls are
always rendered when the app starts up. Sending the (non-textured)
window a -display in -awakeFromNib doesn't help as a workaround.
Has anyone seen such a problem and know of a solution?
_______________________________________________
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.