Re: NSLevelIndicator Bindings Crash
Re: NSLevelIndicator Bindings Crash
- Subject: Re: NSLevelIndicator Bindings Crash
- From: Ron Lue-Sang <email@hidden>
- Date: Tue, 24 Mar 2009 16:46:04 -0700
On Mar 24, 2009, at 13:43 , Dave Keck wrote:
You're binding a levelIndicator? The LevelIndicator's value binding
is
"read-only". That's why it looks like you've changed the value, but
you
really haven't. The rest of your setup sounds correct.
The docs:
http://developer.apple.com/documentation/Cocoa/Reference/CocoaBindingsRef/BindingsText/NSLevelIndicator.html
don't say anything about NSLevelIndicator's 'value' property being
read-only, and personal experience also suggests that it is
read-write. Am I missing something?
Ah yea, you're right - you're not missing anything. I forgot to turn
my example nib's level indicator to "editable". After that it all
works fine.
Maybe Walker had the same mishap?
--------------------------
RONZILLA
_______________________________________________
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