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 while it figured all that out.

But your problem is so broad that I encourage you not to apply possible
cures until you understand it better.  A basic plan is to cut stuff out
until you don't see the problem any more.

Michael

On Sun, Dec 21, 2008 at 6:01 PM, Rafael Faria
<rafaelfaria.gru...@gmail.com>wrote:

>   Any other idea why the rendering problem is happening? I have heaps of
> components running at the same time and i have no clue how to debug
> what could be wrong that makes the screen flicks.
>
> anyone had problems like that and found a workaround!?
>
> thanks
> rafael
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
> "valdhor" <steved...@...> wrote:
> >
> > Check out this video from Chet Haase:
> >
> > http://graphics-geek.blogspot.com/2008/09/video-sorted-details.html
> >
> > He talks about turning off autoLayout which can cause flickering.
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
> "Rafael Faria"
> > <rafaelfaria.grupos@> wrote:
> > >
> > > Hello All,
> > >
> > > I have a very important question.
> > >
> > > What could be causing problems with rendering?! I have this
> > > application that every now and than flicks, the background goes white
> > > for a second than get back to normal. Its not really something in
> > > particular because that happens in a couple of components i create.
> > >
> > > One in particular that do pretty much the same as the date, opening a
> > > popup on the side, but everytime i open that i get this flickering
> > > problem.
> > >
> > > Any clue what could be causing that? i know its a very "empty" qustion
> > > but maybe someone might give me an idea what often causes flex to
> flick.
> > >
> > > thanks
> > > raf
> > >
> >
>
>  
>

Reply via email to