On Apr 4, 2008, at 18:38, I. Savant wrote:
Just think of something along the lines of
@interface MyObject : NSObject
{
NSString *name;
NSString *color;
}
In this case, as I said, just do it the easier way first so you
understand what's involved. Then if you want a 'subview as a cell
in a
table', you'll have a much easier time. To do it the simple way,
you'll need to make the necessary adjustments for your color column
in
code.
Come to think of it, if you're targeting Leopard and above, consider
using NSCollectionView. This is FAR better suited to the type of UI
you're describing. Sorry for missing that obvious bit.
Got that working now ...except the predicate bug reported before.
It seems that when I add another object a new predicate is set.
...for some reason.
cheers
--
Torsten
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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]