Re: 1.7 to 2.0, GWT doesn't work any more

2010-05-11 Thread Navigateur
I found the solution. It was that the AbsolutePanel in 1.7 didn't need
to be sized, in 2.0 it does (I think it defaults at 0,0 when using GWT
2.0).

There are other differences in appearance from my 1.7 app too, which
I'm working through.

On May 8, 1:35 pm, Navigateur naveen.c...@googlemail.com wrote:
 I was wondering if anyone's had the issue of nothing displaying on
 their application when migrating from GWT 1.7 to 2.0? (The static html
 shows, none of the GWT widgets show). I can get an alert box to
 display onModuleLoad(), but nothing else.

 If so, how were you able to fix it? Or does anybody have any
 suggestions? I'm using GWTCanvas along with standard GWT widgets.
 Could that be the problem? If so, how would I use GWTCanvas for 2.0?

 I get no error messages, just a warning Referencing deprecated class
 'com.google.gwt.user.client.impl.DocumentRootImpl' 

 Many thanks,
 N

 --
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: 1.7 to 2.0, GWT doesn't work any more

2010-05-11 Thread Sorinel C
If you still play with both versions (1.7 and 2.0), due to support the
older deployed versions, you might have problems (like I had), but you
can get rid of them if you do cleaning, like I wrote in this article:

http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html

Success!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



1.7 to 2.0, GWT doesn't work any more

2010-05-08 Thread Navigateur
I was wondering if anyone's had the issue of nothing displaying on
their application when migrating from GWT 1.7 to 2.0? (The static html
shows, none of the GWT widgets show). I can get an alert box to
display onModuleLoad(), but nothing else.

If so, how were you able to fix it? Or does anybody have any
suggestions? I'm using GWTCanvas along with standard GWT widgets.
Could that be the problem? If so, how would I use GWTCanvas for 2.0?

I get no error messages, just a warning Referencing deprecated class
'com.google.gwt.user.client.impl.DocumentRootImpl' 

Many thanks,
N

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.