Re: Front-to-back ordering in IB changes
Re: Front-to-back ordering in IB changes
- Subject: Re: Front-to-back ordering in IB changes
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 19 Aug 2003 15:54:50 +0200
At 11:26 Uhr -0400 18.08.2003, Kevin D. Smith wrote:
I have some things layered on top of each other in Interface
Builder. It looks exactly the way I want in Interface Builder, but
when it is loaded into the application the ordering changes. Things
that were on top are now on the bottom (and not visible). Is there
a way to force the ordering to be the same? I would have thought
that would be the normal behavior.
Overlapping items aren't supported in Cocoa (in the way you want it).
Only embedding items in another item guarantees that they'll be drawn
in the right order. I.e. if you embed a few buttons in a group box,
you are guaranteed that the group box is drawn below the buttons.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.