--- In [email protected], "Paul Steven" <[EMAIL PROTECTED]> 
wrote:
>
> Thanks for the replies.
> 
>  
> 
> My method basically creates a fairly large string and then writes this
> string to disk as an xml file.
> 
>  
> 
> So are you saying, if my function takes say 10 seconds to complete, 
there
> will be no ENTER_FRAME dispatched during this time? If so then is 
there any
> function I can call to force an update to the screen - something like
> updateScreen() ?

I think what is happening is that the string gets set to one thing and 
the call to your method is made (probably asynchronously), then the 
string is immediately set back.

Possibly if you delayed the clearing of your string to an event handler 
that executes when your method is finished, that would be more 
effective.

HTH;

Amy

Reply via email to