NSTableView able to show various controls
NSTableView able to show various controls
- Subject: NSTableView able to show various controls
- From: Symadept <email@hidden>
- Date: Sun, 29 Nov 2009 23:12:05 +0800
Hi,
I want to so NSTextFieldCell in idle state for the one Column in TableView.
When this cell is clicked for editing I would like to show a NSComboBoxCell.
How can I achieve this task. I tried with all the possibilities like - (
NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(
NSTableColumn *)tableColumn row:(NSInteger)row;
But I am struck at somethings like, how will I know when a cell is ready for
editing.
How can I return the ComboBoxCell for that editing cell?
Any help, highly appreciable.
Regards
Mustafa
_______________________________________________
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