Re: Where's the list box?
Re: Where's the list box?
- Subject: Re: Where's the list box?
- From: Chris Hanson <email@hidden>
- Date: Fri, 11 Mar 2005 10:21:15 -0800
On Mar 11, 2005, at 10:10 AM, Robert Brown wrote:
Thanks for all the replies... I've looked at both the NSBrowser and
NSTableView. Both seem to be a bit of overkill for my application.
I don't see how NSTableView is overkill; it sounds like you just want a
one-column headerless table. You can configure one very simply either
by implementing a data source that handles two methods (both of which
could be 1-3 lines of code) or by using bindings to wire it to a
key-value coding compliant collection of model objects.
What kind simplifications do you feel would help in this case?
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden