hi, I am currently working on a gwt application that involves database queries, and i have a window with a kind of hourglass thing in it that shows up when the user clicks a button that starts the query, and obviously it dissappears when the query is complete. now the problem is that when the query is being executed the hourglass does not animate (it's an animated gif file). GWT seems to give a higher priority to executing the query than playing the animated gif even though the code that calls it is above the code that executes the query.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
