On Dec 4, 2009, at 1:08 PM, Carter R. Harrison wrote: > Apple's documentation for NSRuleEditor indicates that it exposes a binding > named "rows". When I drag an NSRuleEditor onto my NSWindow in IB, I flip > over to the Bindings tab of the inspector and I don't see any bindings named > "rows". Anybody else manage to setup an NSRuleEditor with bindings?
The "rows" binding doesn't make much sense for NSPredicateEditor, so it's not available in IB. It is better to use the "value" binding; the value is an NSPredicate. -Peter _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
