I m also facing similar issue,Please see my code below:-
Custom Header Renderer:
[Bindable]
private var theImage:Class;
override public function set data(value:Object):void
{
dgColumn = value as DataGridColumn;
if(dgColumn.sortDescending)
this.theImage = this.downArrow;
else
this.theImage = this.upArrow;
}
]]>
</mx:Script>
<mx:Image source="{this.theImage}"/>
Image is flicking when data loads in data grid. I also tried Label
with some text, that to is flicking.
Everything looks good as soon as data loading is over .Is there any
ways to avoid this flicker ??
Please throw some light in to it
Regards,
Dharmendra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---