I'm currently building a full dynamic webpage for gwt and have run across a strange issue. I have a loading.gif image display while the RPC calls take place and construct my visualizations this loading image stops when the server finishes processing and sends it to gwt for processing and I understand this is a known issue with js being single threaded.
The issue goes away though when running the program through speedtracer, there is no stopping in the image from when the server returns its data to when its displayed. I was thinking this is due to speedtracer being complied yet when the project is complied the error shows up again. To summarize: Debug -> Welcome Page -> Loading image (hangs when RPC is finished) -> Data page Speed Tracer -> Welcome Page -> Loading image (no hang) -> Data page Complied -> Welcome Page -> Loading image (hangs) -> Data page -- 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.
