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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]