Re: [flexcoders] Item renderers cause processor to max out

2008-07-08 Thread Tom McNeer
Hi Alex, Thanks very much for your (as always) valuable insight into how Flex components actually do their job. I have read your past posts on this list related to itemRenderers, as well as your blog posts, because I know itemRenderers are a source of much mystery and misunderstanding to many of

Re: [flexcoders] Item renderers cause processor to max out

2008-07-07 Thread Ralf Bokelberg
Hi Tom Have you trid using a labelFunction instead of the item renderer? Kind regards, Ralf On Mon, Jul 7, 2008 at 3:37 PM, Tom McNeer [EMAIL PROTECTED] wrote: Hi, I began asking about this problem last week and Alex Harui tried to help me. But I did such a bad job of explaining my problem,

Re: [flexcoders] Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
Hi Ralf, Thanks for your reply. On Mon, Jul 7, 2008 at 10:25 AM, Ralf Bokelberg [EMAIL PROTECTED] wrote: Have you trid using a labelFunction instead of the item renderer? I'm not sure how I could do that. Perhaps you could help me understand. While the labelFunction could certainly render

RE: [flexcoders] Item renderers cause processor to max out

2008-07-07 Thread Alex Harui
We don't know how your renderer is set up, but here are some things to consider: -a variableRowHeight renderer needs to measure() correctly right after the data property is set. Depending on what component is doing word-wrapping, the measurements may be fluctuating causing the DG to re-render