RE: [flexcoders] Detecting when a style has been updated from a loaded CSS SWF

2008-01-18 Thread Alex Harui
1:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Detecting when a style has been updated from a loaded CSS SWF When using StyleManager.loadStyleDeclarations() if the loaded SWF contains a style of the same name as an existing style (.lastTryStyle for instance), what is the proper way to d

[flexcoders] Detecting when a style has been updated from a loaded CSS SWF

2008-01-18 Thread ben.clinkinbeard
When using StyleManager.loadStyleDeclarations() if the loaded SWF contains a style of the same name as an existing style (.lastTryStyle for instance), what is the proper way to detect this? My components who are already using .lastTryStyle seem to have their styleChanged() method called and the pas