Re: [flexcoders] Rendering Problem

2008-12-22 Thread Manish Jethani
On Mon, Dec 1, 2008 at 6:06 AM, Rafael Faria
rafaelfaria.gru...@gmail.com wrote:

 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.

Are your custom components doing anything special with styles? I
remember the Flex documentation used to recommend a way of setting up
styles for a custom component that actually caused the entire
application to get redrawn when the component was loaded for the first
time.

There could be any number of reasons for the flickering, so without
knowing what your components are doing it's hard to say.

-- 
http://manishjethani.com/


RE: [flexcoders] rendering problem

2008-07-23 Thread Alex Harui
I don't have time to look, but usually, there are issues with renderer
recycling and/or rendering measurement.  Have you read through the posts
on my blog?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Faria
Sent: Tuesday, July 22, 2008 8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] rendering problem

 

I'm not sure how many of you guys had this problem before but for some
reason im getting a rendering problem with forms and datagrid and i
have no ideia how to solve it.

Check this example
the first part is the right one, after i scroll up and down, it gets
all mess up.
http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 

This one is how it deformed the datagrids.
http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 

Any idea how to fix that?
it's killing me.

raf