This might be a long shot but if you're using MooTools by chance you can try using David Nolen's amazing Promises library ( http://github.com/swannodette/promises) which allows you to write synchronous-style code which ends up translating into asynchronous calls.
-- http://wave.theWE.net http://twitter.com/theWE_ On Tue, Dec 15, 2009 at 7:50 PM, Martin Kreichgauer < [email protected]> wrote: > Hello, > > we're currently moving an existing application into Wave and making it > collaborative. The client code of the application is a comparably huge > code base that does a lot of XMLHttpRequests. In wave we have to use > gadgets.io.makeRequest in order to make requests to a different > domain. However, a lot of the requests are done synchronously. I know > that this is not particularly good design, but rewriting the client > code in a way that the requests are performed asynchronously is > currently not an option. :-/ Is there any way to make > gadgets.io.makeRequest perform synchronous requests? > > Kind regards, > Martin Kreichgauer > > -- > > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
