Re: Xcode style divider with embedded popup and pulldown menus
Re: Xcode style divider with embedded popup and pulldown menus
- Subject: Re: Xcode style divider with embedded popup and pulldown menus
- From: Chris Hanson <email@hidden>
- Date: Fri, 18 Jul 2008 10:04:08 -0700
On Jul 18, 2008, at 9:55 AM, Rick Hoge wrote:
Thanks for the replies - seems like a custom view and possibly
NSMatrix will do the job.
I strongly recommend going with a view hierarchy instead of an NSMatrix.
You don't need to create a custom view, either. Views nest; an
instance of NSView is just empty space in a window unless you add
subviews to it. So you might have a view with a couple of buttons, a
text field, and a pop-up button in it -- you can even set something
like this up in Interface Builder, in its own nib, and have it managed
by an NSViewController.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden