RRRSystems 0 Posted November 9, 2010 Report Share Posted November 9, 2010 Hello,I am trying to put an initializing display in a Google AppEngine Application.If I have only one HTML page the following removes the item after every thing loads.This is the only statement in my onModuleLoad: It works fine with only one page.DOM.removeChild(RootPanel.getBodyElement(), DOM.getElementById("Initializing")); When I add more pages it dies.I have added an ID to the page that contains the Initializing item.<BODY ID = "TESTING">DOM.removeChild(RootPanel.getBodyElement("TESTING"), DOM.getElementById("Initializing")); With the statemt above, it does not die, but it does not remove the Initializing item.Any suggestions would make my day.Thanks,Raney Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.