[flexcoders] Firefox status bar text - HTTPService

2006-05-10 Thread praful . aggarwal
I've an application that on 'initialize' reads some XML data using HTTPService. The status bar of the browser reads - Transferring data from localhost... even when the HTTPService has read all the data. Is there any way I could change this status bar text once the read has been done ?

Re: [flexcoders] Firefox status bar text - HTTPService

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 3:11 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I've an application that on 'initialize' reads some XML data using HTTPService. The status bar of the browser reads - Transferring data from localhost... even when the HTTPService has read all the data.