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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
