--- In [email protected], "m.frigge" <[EMAIL PROTECTED]> wrote: > > Hey there, > > i found some nice examples for an itemRenderer here > <http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.h\ > tml> . > I tried to use one of them for an app i am developing. > In my case i need the colum's style to change when i select it, but you > can only see the changes, after selecting another item. How can i force > the item to update its style immediately? > > Here <http://16-bits.com/itemrenderer/ComputedStyles.html> is an > example with ViewSource enabled. > > Cheers, Max >
Call invalidateDisplayList of the component? docs: http://livedocs.adobe.com/flex/2/langref/mx/core/UIComponent.html#invalidateDisplayList() --Johan

