Re: [SOLVED] Re: dynamically adding NSTableColumns while using bindings
Re: [SOLVED] Re: dynamically adding NSTableColumns while using bindings
- Subject: Re: [SOLVED] Re: dynamically adding NSTableColumns while using bindings
- From: "I. Savant" <email@hidden>
- Date: Wed, 1 Aug 2007 21:27:05 -0400
On Aug 1, 2007, at 8:57 PM, Paul Gribble wrote:
Now I will eventually have
to give each column a unique key path, like col2, col3, etc. but
that's for
another day.
Not so hard:
NSString * key = [NSString stringWithFormat:@"col%i",
someColumnInteger];
--
I.S.
_______________________________________________
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