Re: [flexcoders] Re: Rendering Problem

2008-12-21 Thread Michael Prescott
That's interesting that Steve mentioned autoLayout. We had a similar problem with a bunch of image rollovers that were all flickering as a group, and it turned out to be that because we hadn't told them their height or width, they were having to lay themselves out to find out - hence the flicker w

RE: [flexcoders] Re: rendering problem

2008-07-31 Thread Alex Harui
Hard to say w/o more information. I would try to see if the number of children matches what you see on screen. Maybe write some code that shows you what is on the display list and then try to find out how duplicates are getting created if there are any. For the DG problem, make sure the rende

RE: [flexcoders] Re: rendering problem

2008-07-23 Thread Alex Harui
Can you post the app? I probably won't be able to look until tomorrow (for me). Add "view source" if you can. It isn't clear what you are scrolling or how you've set up the UI. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Fa

RE: [flexcoders] Re: rendering problem

2008-07-23 Thread Alex Harui
I can't tell from the pictures what is wrong. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Faria Sent: Wednesday, July 23, 2008 5:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: rendering problem Alex, Becau