What does the click handler do? When a BindableCSSStyles property changes, the watchedProperty should change. I'm thinking there is a problem with the binding code still.
-Alex On 1/9/17, 3:17 AM, "sankar" <santanu4...@gmail.com> wrote: >I noticed this method never fires inside BindableCSSStyles class. Is it >supposed to be? > >public function set watchedProperty(value:Object):void >{ > if (_value !== value) > { > _value = value; > if (_strand is IBeadView) > IBeadView(_strand).host.dispatchEvent(new >Event("layoutNeeded")); > else > IEventDispatcher(_strand).dispatchEvent(new >Event("layoutNeeded")); > } >} > > > >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Does-BindableC >SSStyles-requires-any-particular-way-of-implementation-tp58040p58042.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.