programmatically binding to a NSTableColumn
programmatically binding to a NSTableColumn
- Subject: programmatically binding to a NSTableColumn
- From: joe OneNinetyTwo <email@hidden>
- Date: Mon, 21 Aug 2006 14:00:10 -0700 (PDT)
I am adding a NSTableColumn to a tableview ...
NSTableColumn *aTableColumn = [[NSTableColumn alloc]
initWithIdentifier: @"newcolumn"];
[tableView addTableColumn:aTableColumn];
and would like to add a new key to the
NSArrayController that controls pre-existing
tablecolumns, and bind that new key to tableColumn I
just added. I've searched the Cocoa Bindings
Programming Topics and Reference, and I can't seem to
find how I do this programmatically.
Thanks - Phil
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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