[flexcoders] ItemRenderer Problem

2007-01-30 Thread Robb Cundick
Hello, I'm a Flex newbie in need of some help. I'm grabbing an array of data from a Web service and displaying it in a List component. On the Flex side I store the data in an ArrayCollection, the name of which I set as the Data Provider for my list. I have a field called "Display" which I set a

[flexcoders] itemRenderer problem with tilelist

2006-05-18 Thread christopherjdunn
I have a titlewindow (Calendar) that pops up in my main app that I have added a tilelist to. Within that tilelist, I have added am itemRenderer (CalDetail), which is a VBox. I keep getting an error "Definition `CalDetail' could not be found.". I have both the Calendar and CalDetail MXML files in

Re: [flexcoders] ItemRenderer Problem

2006-05-04 Thread Sreejith Unnikrishnan
, 2006 11:15 AM Subject: RE: [flexcoders] ItemRenderer Problem 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

RE: [flexcoders] ItemRenderer Problem

2006-05-03 Thread Matt Chotin
shouldn’t be too bad to wire up.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan Sent: Wednesday, May 03, 2006 10:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ItemRenderer Problem   I am using a ItemRenderer to change the color of

[flexcoders] ItemRenderer Problem

2006-05-03 Thread 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 i