|
Where is the range defined? You may need
to somehow pass a reference of the range control to your item renderer so that
it can add itself as an event listener to detect changes on the range. This might
be easy if you’ve defined the item renderer inline as a
<mx:Component> but even if not it shouldn’t be too bad to wire up. From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan I am using a ItemRenderer to change the color of text in a
dataGridColumn based on a range. The problem is that when I change the ranges, the
itemRenderer does not change the color of the text and so the dataGrid soes not
update with the new colors. What am I doing wrong? The dataGrid is bound to a ListCollectionView. Thanks Sree
|
- RE: [flexcoders] ItemRenderer Problem Matt Chotin
- Re: [flexcoders] ItemRenderer Problem Sreejith Unnikrishnan

