Hi,
Animation gif is not animation while loading the GWT application. here is
the code I used
HTML:
<body style="background-color: #FFFFCC;">
<h1 style="background-color: #99CCCC; color: red; font-size:
45px;">DATAMART</h1>
<div id="Loading-Message">
<img src="loading_48.gif" alt="loading" height="60" width="80%"
><p><font size="5" color="black">Loading</font></p>
</div>
</body>
CSS
#Loading-Message {
display: block;
position: absolute;
top: 40%;
left: 55%;
text-align: center;
margin-left: -100px;
}
Entry Class:
DOM.setInnerHTML(RootPanel.get("Loading-Message").getElement(), "");
I am missing anything?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.