setting the datacell of table to combobox
setting the datacell of table to combobox
- Subject: setting the datacell of table to combobox
- From: Annie Felix <email@hidden>
- Date: Thu, 4 Apr 2002 16:17:46 +0530
Hi
I have a table, in which data is loaded from database.
When I click new button new blank row should be
appended and the datacell is set to combobox, from which
I can select a value by double clicking.Once the data is
selected the datacell is converted back to textfield cell.
I have used the tablecolumn and set the datacell value to
combobox.But the entire column of table gets changed to
combo box.Is there any possibility of setting only a single
cell to combocell?
I tried using dataCellForRow: But it gives the following error.
[NSTextFieldCell setDataCell:]: selector not recognized error.
Regards
Annie
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.