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-BindableCSSStyles-requires-any-particular-way-of-implementation-tp58040p58042.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to