Re: Stuck in basic bindings
Re: Stuck in basic bindings
- Subject: Re: Stuck in basic bindings
- From: Francis Derive <email@hidden>
- Date: Wed, 18 Jan 2006 13:59:30 +0100
On Jan 17, 2006, at 10:09 PM, Francis Derive wrote:
The last problem is that the last step is not reached. In the IB
Bindings Inspector :
the mouseXlocation property is bound to a testerXlocation
property : mouseXlocation = selection.testerXlocation [UserCtrl
(NSObjectController)].
a NSTextField is bound to the same testerXlocation property :
value = selection.testerXlocation [UserCtrl (NSObjectController)]
but the NSTextField remains at "0" in the interface.
It is not the mouseXlocation *property* which is bound - as it no
longer exists as an instance variable in the custom subview interface
- but the mouseXlocation key as remains, of course, the
mouseXlocation method declared, and implemented, in the same custom
subview class.
Only but to confirm I'm not fully stupid, but still somehow for the
time I make this work - hopefully.
Cheers.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden