RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carl-Alexandre Malartre Sent: Thursday, February 21, 2008 8:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? Exactly! Anything I could check to debug that? Thanks

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Carl-Alexandre Malartre
rsday, February 21, 2008 4:38 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? Maybe I don't understand the problem. After everything gets validated and the app is idle, the redraw region should be empty, but until then,

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Alex Harui
-Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carl-Alexandre Malartre Sent: Thursday, February 21, 2008 12:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? But it should get back to n

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Carl-Alexandre Malartre
Behalf Of Alex Harui Sent: Thursday, February 21, 2008 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? We often invalidate the stage to pump the validation system. It doesn't affect performance per-se. Only compo

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Alex Harui
D] On Behalf Of Carl-Alexandre Malartre Sent: Wednesday, February 20, 2008 1:44 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? Hi Alex, Thanks for the quick reply. I now understand that, but once the shield is re

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-21 Thread Carl-Alexandre Malartre
TECTED] On Behalf Of Alex Harui Sent: Wednesday, February 20, 2008 3:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What could make a deleted modal popup redraw the whole screen? Modality is emulated by putting a semi-transparent "shield" over the entire screen below

RE: [flexcoders] What could make a deleted modal popup redraw the whole screen?

2008-02-20 Thread Alex Harui
Modality is emulated by putting a semi-transparent "shield" over the entire screen below the popup. When it goes away, everything is re-rendered, but your drawing code won't get called unless something resized so it shouldn't be slow. From: flexcoders@yahoogro