Greetings Everyone,

I have an application that relies heavily on Web Services to perform
actions.  In the application, I have a function that allows the user to
view the XML, so that they can copy it out of the Text field and modify
it in an XML editor and then import it back in.  This works great for
our implementation folks.

However, on large XML (821K) results from the Web Service, it takes
upwards of a couple of minutes to just set the text in the text field to
the XML.  I put a timer on each step of the function and I am receiving
the XML back from the Web Service in a couple of seconds.  However, when
I perform the following code, it takes literally 2 minutes:

export_txt.text = AppType_xml.toString();

Is there a way to speed this process up?  I originally was using the
TextArea component and then have recently switched to just Dynamic Text
Fields.  I use this XML for other things throughout the Application
where I parse it and set lists and datagrid.  But when I do this, again
it only takes seconds, not minutes.

Any suggestions as how to display this XML in a text field faster?

Thanks, 


Doug Coning
Senior Web Development Programmer
FORUM Solutions
[EMAIL PROTECTED]
 
This e-mail and any attachment(s) are intended for the specified recipient(s) 
only and are legally protected.  If you have received this communication in 
error, please "reply to" sender's e-mail address with notification of the error 
and then destroy this message in all electronic and physical forms.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to