Re: NSComboBox in NSTableView behaving strangely
Re: NSComboBox in NSTableView behaving strangely
- Subject: Re: NSComboBox in NSTableView behaving strangely
- From: Quincey Morris <email@hidden>
- Date: Tue, 05 Jul 2011 23:14:16 -0700
On Jul 5, 2011, at 04:11, Devarshi Kulshreshtha wrote:
> When I am selecting a value in dropdown list of combobox cell, it is
> changing the value of previously selected value to newly selected value, as
> shown in below figure(s) -
A combo box is a kind of text field, not a kind of menu, so yes it's going to edit the property that it's bound to.
Use a NSPopUpButton instead.
_______________________________________________
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