I have solved the problem as follows (i don't like it, but anyway)

setTimeout("longCall();",1);
...update UI....

if anyone knos a better way, please post

On 24 нояб, 17:22, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Dear all!
>
> I'm developing ahybrid gadget. The call to DLL takes a long time
> (about 5 seconds). Since the call is made for every item in the list
> (about 10 items) the gadget does not update UI for a long time.
>
> How can I make an asynchronous call?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to