Re: ack! migrating from gwt 1.7 to 2.0 and events don't fire anymore?

2010-01-07 Thread Sorinel C
Try this first to see if you have any problems of environment:

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

where you have the most important steps of upgrading a GWT application
to version 2.0.

If it's not working for you, then post the errors log please! to try
to understand what's wrong...

Cheers!
-- 
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.




ack! migrating from gwt 1.7 to 2.0 and events don't fire anymore?

2010-01-06 Thread dangle
Hi there,
this might sound a bit crazy but I'm trying to update a fairly large
app from gwt 1.7 to 2.0, and although it compiles fine and I can get
it started in dev mode without any problems, after the page renders it
seems like nothing works anymore.  Since it also uses GXT, I
originally thought the simultaneous update from gxt 1.2.4 to gxt 2.1
might have been the issue -- however, even if I just put a standard
gwt Button with a simple click handler on the page, the handler never
gets any clicks.  Radio buttons on the page that have event handling
attached are similarly not working, and neither are any of the fancier
widgets like checkbox trees and stuff i had working in gxt.  however,
all of it renders as it should and the rpc data is populating stuff
just fine. So I know that the code is basically compiling ok and some
is functional, I just don't seem to be getting any user input events
(mouse clicks, key presses, etc.).

I've tried it in compiled mode and dev mode with both safari and
firefox, doesn't seem to make any difference.  No errors or relevant
output show up in the console either, even though I know that logging
is working fine because all of the initialization-related logging
shows up.

Not sure what's wrong but if anyone has any suggestions for what might
cause this, or even if not, maybe some suggestions for how to try to
debug the problem and find out where all of the events are getting
blackholed, I would really appreciate it.  GWT 2 looks like it will
offer some great improvements, but I can't afford to get stuck for
days on something like this or I'll have to revert to the old stuff.

thanks
Dan
-- 
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.