Hi all,

 

Here is the situation:

I have 2 destinations (using the Assembler strategy).

Whenever I call both destinations, using responders

Ie:

Public function refreshAll():void{

      dataServiceA.fill( dataRepositoryA ).addResponder( responderA );
// will fill a datagrid currently shown to the user

      dataServiceB.fill( dataRepositoryB ).addResponder( responderB );
// background long task, to prepare a future datagrid

}

 

-        The dataServiceA.fill method is not called until the end of the
refreshAll method

-        Worst, the responderA is not called until destinationB
complete!

 

So I have to wait that all my server methods complete before my GUI is
refreshed.

 

Why?

Did I miss something?

Any workaround/strategy?

 

Thanks

Alban.


************************************************************************************
This email and any attachments  transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you are not the intended recipient, any disclosure, copying, use, 
or distribution of the information included in this message and any attachments 
is strictly prohibited.
If you have received this email in error please notify the system manager at 
[EMAIL PROTECTED] or by reply e-mail and immediately and permanently delete 
this message and any attachments. Thank you.

************************************************************************************

Reply via email to