Skip navigation.
 
mlRe: Source list with counter next to item title
FROM : GbT
DATE : Mon Nov 19 10:42:11 2007

2007/11/19, Scott Anguish <<email_removed>>:
>
> just to follow up to my own answer.
>
> if you're looking at leopard only compatibility, you may want to
> consider NSCollectionView instead.
>
> it would allow you to create the individual items as multiple views,
> which may already support bindings



Thanks, I'll try the first solution before switching to leopard only
compatibility.
I understand I need to create a subclass of nscell, I'm thinking of setting
in interface builder the new class name on the table column property, then
implement the drawInteriorWithFrame: method on the nscell subclass, but for
the value to display I don't know how to proceed, even without bindings.
Other than Developer Examples, is there a simple and clear solution fitting
my basic need? Maybe I need to understand better how this is working from
the start.

Thanks again.


> > _______________________________________________
> >
> > Cocoa-dev mailing list (<email_removed>)
> >
> > 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/<email_removed>
> >
> > This email sent to <email_removed>
>
>

Related mailsAuthorDate
mlSource list with counter next to item title GbT Nov 19, 10:14
mlRe: Source list with counter next to item title Scott Anguish Nov 19, 10:23
mlRe: Source list with counter next to item title Scott Anguish Nov 19, 10:30
mlRe: Source list with counter next to item title GbT Nov 19, 10:42
mlRe: Source list with counter next to item title GbT Nov 19, 10:54
mlRe: Source list with counter next to item title Conor Nov 20, 12:15
mlRe: Source list with counter next to item title GbT Nov 20, 15:38
mlRe: Source list with counter next to item title Conor Nov 21, 10:57