[flexcoders] Re: Limit to operations in a webservice?

2006-05-20 Thread Greg Morphis
nevermind... I had a call to my getWSData() function in the creationComplete of the application. I guess it was causing a race condition? I moved it down to an init() function and called that in the creationComplete function and it's working now. Thanks On 5/20/06, Greg Morphis [EMAIL

[flexcoders] Re: Limit to operations in a webservice?

2006-05-20 Thread Tim Hoff
You might want to investigate asyncToken. -TH --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote: nevermind... I had a call to my getWSData() function in the creationComplete of the application. I guess it was causing a race condition? I moved it down to an init()