Re: RootPanel.get() problems

2010-02-24 Thread John V Denley
Thanks to Thomas on another thread I have now solved my problem replacing the following two lines: RootPanel.get("loadingcontainer").setVisible(false); RootPanel.get("registration_page").setVisible(true); with these two lines: Document.get().getElementById("

Re: RootPanel.get() problems

2010-02-19 Thread John V Denley
OK I thought I had got past this problem, but Its returned and its not happening at the "RootPanel.get()" point. I've used Eclipse to step through the code line by line and here is where Im getting this "A widget that has an existing parent widget may not be added to the detach list" (BTW I wish

Re: RootPanel.get() problems

2010-02-09 Thread Juan M.M.M.
Thx for the reply p.d: it's enough with the prototype of the method ;D Bye! On Feb 9, 3:10 pm, Thomas Broyer wrote: > On Feb 9, 10:37 am, "Juan M.M.M." wrote: > > > Hi man! > > > Thx for the reply but I can't set the visiblitiy with this method > > Document.get().getElementById(...) . > > > Ca

Re: RootPanel.get() problems

2010-02-09 Thread Thomas Broyer
On Feb 9, 10:37 am, "Juan M.M.M." wrote: > Hi man! > > Thx for the reply but I can't set the visiblitiy with this method > Document.get().getElementById(...) . > > Can you tell me the exact sintax to acced to the setVisibility method > through Document clas? Either getStyle.setDisplay(Display.N

Re: RootPanel.get() problems

2010-02-09 Thread Juan M.M.M.
Hi man! Thx for the reply but I can't set the visiblitiy with this method Document.get().getElementById(...) . Can you tell me the exact sintax to acced to the setVisibility method through Document clas? best regards! On Feb 3, 5:38 pm, Thomas Broyer wrote: > On Feb 2, 6:00 pm, "Juan M.M.M."

Re: RootPanel.get() problems

2010-02-04 Thread Thomas Broyer
On Feb 4, 3:27 pm, "Juan M.M.M." wrote: > hi! > > Thx for the reply. Is this Issue resolved in the new version of GWT > (GWT-2.0.1) ? The issue has been closed as "AsDesigned" so it won't change: "it's not a bug, it's a feature" -- You received this message because you are subscribed to the G

Re: RootPanel.get() problems

2010-02-04 Thread Juan M.M.M.
hi! Thx for the reply. Is this Issue resolved in the new version of GWT (GWT-2.0.1) ? Thanks for the answers! Bye! On Feb 3, 5:38 pm, Thomas Broyer wrote: > On Feb 2, 6:00 pm, "Juan M.M.M." wrote: > > > > > hi! > > > I'm becoming exasperated because this class sometimes works fine and > > some

Re: RootPanel.get() problems

2010-02-03 Thread Thomas Broyer
On Feb 2, 6:00 pm, "Juan M.M.M." wrote: > hi! > > I'm becoming exasperated because this class sometimes works fine and > sometimes it going crazy. Let's supose this HTML like mine > > ... > >     >       >       >     >     >     > > > In method OnModuleLoad() u can refeer with this sentence

Re: RootPanel.get() problems

2010-02-02 Thread this_dan
I had the same issue in firefox but trying internet explorer i didn't. For some reason I then removed the part of URL, in the web browser, that had the ip address in there starting with the ? gwt.codeserver= and it worked fine in firefox. On Feb 2, 12:00 pm, "Juan M.M.M." wrote: > hi! > > I'

RootPanel.get() problems

2010-02-02 Thread Juan M.M.M.
hi! I'm becoming exasperated because this class sometimes works fine and sometimes it going crazy. Let's supose this HTML like mine ... In method OnModuleLoad() u can refeer with this sentence RootPanel.get ("div_name") to the DIV layer without problems. Then if u