RE: [flexcoders] Progress Bar Remote Objec

2005-04-26 Thread Jason Szeto
Jeff, The Remote Object has no information regarding how much data it has sent to the client. Instead, you'll need to use the progress bar in the indeterminate state (set the indeterminate property to true) or use a busy cursor (set the showBusyCursor property of RemoteObject to true).

RE: [flexcoders] Progress Bar Remote Objec

2005-04-25 Thread Matt Chotin
Unfortunately we dont have any sense of progress for RemoteObject. Could you use an indeterminate progress bar instead? Basically kick it off when you send the request and occasionally fire it progress events (I think you need to trigger the progress yourself, its not automatic, but I