NSTextFieldCell not getting disabled
NSTextFieldCell not getting disabled
- Subject: NSTextFieldCell not getting disabled
- From: Abhijeet Singh <email@hidden>
- Date: Mon, 30 Jan 2012 10:59:14 +0530
Hi,I have used NSComboBoxCell in my NSTableView to show the list of items. Once user done with its selection and moved to next TableView row I replace NSComboBoxCell with non editable NSTextFieldCell in previous row using (NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row method.This works fine only problem is when I disable the NSTableView all the NSTextFieldCells that I inserted remains enabled. I tried to disable NSTextFieldCell using setEnabled method but it doesn't work. Please suggest some solution....RegardsAbhijeetGet Yourself a cool, short @in.com Email ID now!
_______________________________________________
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