[flexcoders] Re: Problem with BindingUtils.bindProperty

2010-04-02 Thread Nick Middleweek
The same goes for ChangeWatcher... I can't do this... ChangeWatcher.watch( this, boolEditableProperty, callback ); but I can do this... ChangeWatcher.watch( vendorName, editable, callback ); // where vendorName is a TextBox. Apart from binding this.boolEditableProperty to a hidden

[flexcoders] Re: Problem with BindingUtils.bindProperty

2010-04-02 Thread Nick Middleweek
Ok, the property that i'm Binding to must be public, that seems to work and the docs back it up :) On 2 April 2010 23:18, Nick Middleweek n...@middleweek.co.uk wrote: The same goes for ChangeWatcher... I can't do this... ChangeWatcher.watch( this, boolEditableProperty, callback );