Re: NSComboBox with NSNumberFormatter DataSource works but not Content binding
Re: NSComboBox with NSNumberFormatter DataSource works but not Content binding
- Subject: Re: NSComboBox with NSNumberFormatter DataSource works but not Content binding
- From: Quincey Morris <email@hidden>
- Date: Thu, 13 Sep 2012 00:43:33 -0700
On Sep 4, 2012, at 23:12 , Luke Evans <email@hidden> wrote:
> I understand that I must present NSDecimalNumber objects for list content and I'd prefer to use bindings for this,
Why must you use NSDecimalNumber instead of NSNumber?
> so I create a simple NSArray of NSDecimalNumber values and provide this as the Content binding. I get a drop down list with no visible values.
The "content" binding is documented to require a NSArrayController.
_______________________________________________
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