Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, durnelln wrote: ...then my class can only modify testVar through the protected _testVar property - which isn't bindable and therefore does not cause data bindings to update! Have your update code dispatchEvent() and do it that way ? -- Tom Chiverton Helping to

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, durnelln wrote: simple combination of [Bindable]/getter/setter methods to get Flex Builder to do all this automatically but ho hum...! FB is very GUI orientated, one reason I don't miss it that much on Linux. Now I see the next rev. will have things like refactoring

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Troy Gilbert
simple combination of [Bindable]/getter/setter methods to get Flex Builder to do all this automatically but ho hum...! FB is very GUI orientated, one reason I don't miss it that much on Linux. Now I see the next rev. will have things like refactoring support, so it might become a bit more of a

Re: [flexcoders] Re: Databinding of a read only property

2007-03-08 Thread Tom Chiverton
On Thursday 08 Mar 2007, Troy Gilbert wrote: It's got nothing to do with Flex Builder FB lacks handy code orientated wizards, such as one to create various types of get/set accessors, choosing instead to focus on GUI building wizards. Just to be clear- this is a perfectly fine thing for Adobe