Thanks, 
the web service worked OK until I started setting cairngorn events..
I think the problem is with the EventListeners I implemented in 
delegate that calls the web service..


--- In flexcoders@yahoogroups.com, "Rich Tretola" <[EMAIL PROTECTED]> 
wrote:
>
> You can certainly call multiple services at the same time.  If you 
are
> having issues, I would first check to see what the concurrency is 
set to on
> the service as you will get different results depending on the 
setting being
> multiple, single, or last.
> 
> As far as calling the services, you can use creationComplete to 
call a
> function that make the service calls.  This is quite common in 
applications
> that I have built that need to have data populate on load.
> 
> Rich
> 
> On 2/10/07, Danko Kozar <[EMAIL PROTECTED]> wrote:
> >
> >   btw how am I supposed (for the sake of Cairngorm consistency) 
to handle
> > calls that are not actions to "user gestures", for instance: 
calling 3
> > web service methods for filling 3 combo boxes?
> >
> > Thx!
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%
40yahoogroups.com>, "Danko
> > Kozar" <danko.kozar@>
> > wrote:
> > >
> > > I have two Cairngorm events that trigger two commands which 
(using
> > > delegate) trigger two different web service methods.
> > >
> > > The problem is that both calls return the same result set (?).
> > > It seems that fireing two events at the same time causes this 
problem.
> > >
> > > Any suggestions?
> > >
> > > Thanks.
> > >
> >
> >  
> >
> 
> 
> 
> -- 
> Rich Tretola
> <mx:EverythingFlex/>
> http://www.EverythingFlex.com
>


Reply via email to