Re: Modify element hierarchy in a window with Interface Builder
Re: Modify element hierarchy in a window with Interface Builder
- Subject: Re: Modify element hierarchy in a window with Interface Builder
- From: Damien Bobillot <email@hidden>
- Date: Sat, 10 Dec 2005 20:28:46 +0100
Shawn Erickson wrote :
On Dec 10, 2005, at 7:58 AM, Damien Bobillot wrote:
Hello,
I have a nib file containing a window with the following element
hierarchy :
NSWindow
NSView (Content View)
NSSplitView
NSScroller
NSOutlineView
NSScroller
NSTextView
I'd like to replace the NSTextView with a NSTableView object.
Another thing, with the following element hierarchy :
NSWindow
NSView (Content View)
NSTabView
...
NSButton
I'd like to move the NSButton object inside the NSTabView.
Any ideas for doing these tasks ? (other than creating a new
window from scratch)
Drag and dropping should be sufficient no reason to create a new
window, etc (always just worked for me).
It works when dragging a new control from the palette to the tab
view, but not when moving a control already created.
IIRC docs for IB cover this aspect of moving things around.
I don't see such informations on Apple documentations. Perhaps, I
don't search at good places.
--
Damien Bobillot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden