[flexcoders] Re: getting a warning with a repeater

2007-02-15 Thread shelleybrowning
Scott, I was writting a lenthly response as to different things I've tried and still getting the warning. I decided to try an example from the docs by Adobe. I get a 'warning' from their example as well. It seems that warning is just stating that the data is bound to the repater and not th

[flexcoders] Re: getting a warning with a repeater

2007-02-15 Thread Jason
You could try making the content of your repeater into a separate class (let's call it a 'renderer'). Then in your repeater, you just pass the data object into the renderer. In the renderer class, you can bind to whatever you want (since you have the correct data object class specified - not Object

Re: [flexcoders] Re: getting a warning with a repeater

2007-02-15 Thread slangeberg
Ha, now that you mention it, I am getting a warning on one of my repeaters. It's a binding warning, but not same as yours... -Scott On 2/15/07, shelleybrowning <[EMAIL PROTECTED]> wrote: Scott, I was writting a lenthly response as to different things I've tried and still getting the warning