@prashant he's not talking about RPC he's talking about loading the Entry Point, @lineman78 is the way to go for this one...
ADD a simple image <img id="splash" src="../images/spalsh.gif" /> or add a div with a background image... <div id="splash" style="background-image: url(../images/spalsh.gif);"></div> then in your EntryPoint remove the splash from the body... and render your UI... On Jul 10, 5:03 am, Prashant <[email protected]> wrote: > the way we have implemented > here<http://claymus-demo.appspot.com/_ah/content> is > pretty simple. no need to worry about showing/removing loader image > everytime you do rpc. source code is available > here<http://code.google.com/p/claymus/downloads/list>for download and > the implementation can be found in AsyncCallbackWithMsg > class in cms.gwt package. > > On 10 July 2010 15:23, Peter Simun <[email protected]> wrote: > > > > > lineman is right ... just download one GIF fromhttp://ajaxload.info/ > > and put it into your HTML page. > > After page is initialized (onModuleLoad method) remove it from > > RootPanel > > > Peter > > > On 9. Júl, 22:44 h., gourineni rakesh <[email protected]> wrote: > > > Hi, > > > I am using gwt 2.0.3 in an Eclipse project. When I run the java code > > in > > > eclipse I get the url n by pasting it in the web browser I need to wait > > for > > > some time to get the application.So I need to get "The application is > > > loading" while I wait for the appliocation to load . I have no idea how > > to > > > do this plz help me. > > > thanls in advance. > > > > Regards, > > > Rakesh. > > > -- > > 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]<google-web-toolkit%2bunsubs[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
