Hi Johan, I tried that as well .. I also tried .styleChanged() and it doesn't do anything. The changed text properties are only visible when the item gets deselected!?
Cheers, Max --- In [email protected], "johantrax" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "m.frigge" <m.frigge@> 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 >

