Re: IB question on z-order
Re: IB question on z-order
- Subject: Re: IB question on z-order
- From: Christopher Corbell <email@hidden>
- Date: Sun, 26 Oct 2003 23:04:01 -0800
An even more certain way to control z-order is to switch
your main nib doc view to a hierarchical list rather than an
icon window. (This is done with the icons at the upper-right
of the nib document window). You can then expand your window
& views inside the outline view to see exact containment
hierarchy, which makes it easy to tell if your controls are
inside the NSBox & drag them there if not.
- Christopher
On Sunday, October 26, 2003, at 09:51 PM, Amul Goswamy wrote:
I think the switches are just overlaid on top of the box. They need
to be nested inside the box. You can do this by selecting the
switches and then selecting Layout:Make Subviews Of:Box. You can also
(in one mouse stroke) click and hold the switches, thus "popping" them
and then dragging them into the box.
-Amul
On Oct 26, 2003, at 5:19 PM, Michael Crawford wrote:
Is there any way to change the Z-order of controls in IB?
I created a group of switches (NSButton) for a dialog-box and then
decided I wanted them grouped inside an NSBox. I created the NSBox
and dragged the switches inside it. When I tested the interface I
noticed that I could not click any of the switches inside the NSBox.
Apparently the NSBox is on top of the switches.
-Michael
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.