Jump to content

RootPanel.getBodyElement


RRRSystems

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...