NsTableView and the form view.
NsTableView and the form view.
- Subject: NsTableView and the form view.
- From: Sandro Noel <email@hidden>
- Date: Sat, 16 Dec 2006 02:13:22 -0500
Greetings.
I'm puzzled. (as usual ))
i have a winow, that has a TableView, and under that table view i
have Text fields that describe
the selected item in the table view.
i'm using this delegate to detect selection changes.
- (BOOL)tableView:(NSTableView *)aTableView shouldSelectRow:(int)
rowIndex;
this delegate is declared inside the dataset.
all he values that i need are declared into the items held by the
dataset.
since this is a different Object that has no reference to the window
controller, i'm having a hard time
assigning the title of the textfields.
i did try and pass a week reference to the controller, but then i
would have to implement setter methods to all the 25 fields of the
window, it that how it's supposed to work ?
am i missing something?
thank you for your help.
Sandro Noel.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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