I have the same problem, only that didnt work for me. "GWT Developer plugin for firefox" is listed in the firefox plugins list, however. (despite me not getting a prompt, I installed in manually). Also, there *is* a query string of what seems to be the correct format present in the url bar when trying it out in different browsers.
The connection between browser and development mode seems to work...at least, if I copy the link in I see any debug things popup correctly. However, updateing the code makes no changes whatsoever....even in other browsers. (Opera,IE). I have to recompile in order to get changes. (in fact, I have to recompile under GWT1.7). I think this might be to do with the url's its giving me to copy; http://localhost:1723/MyApplicatifn.html?gwt.codesvr=192.168.178.22:9997 For example. Shouldnt 1723 and 9997 be the same? The 9997 dosnt seem to change anymore but the other does. I wanted to leave it on 8888 by it kept telling me I had another session active. If I change it to any fixed number it always tells me that after the first time; so sessions arnt being closed correctly. So I had to tick "automatically select unused port" from the eclipse run options. Which gives random port numbers that work, but my application just dosnt update. Lastly; When using eclipse I have two run configurations, both were automatically generated, and I'm not sure which to use. 1. Has it popping up separately see; http://www.lostagain.nl/tempspace/config1.jpg 2. Has the development mode appearing in a eclipse panel at the bottom see; http://www.lostagain.nl/tempspace/config2.jpg The one were it pops up separately I often cant run as the 8888 port is used and I cant find where to change it (though when it does run, the code still dosnt update without a recompile). So, it seems multiple problems for me, but by far and away the most annoying is not being able to preview changes without recompiling. Despite all the coolness that gwt2 has brought, I'm tempted to go back to 1.7 till this problems resolved :-/ I really dont want to do that though, as being able to see debug information clearly while trying to get IE to behaviour helps a lot. -Thomas On Dec 12, 1:44 am, Bonor <[email protected]> wrote: > First I couldn't see the refresh and breakpoint changes either in the > browser. I also never got the Extension prompt either (like it says > inhttp://code.google.com/intl/nl/webtoolkit/usingeclipse.html). > > Try recompiling the project with GWT recompile. Then refresh the > browser and the prompt for the extendion will show. From there on it's > happy hour!!! > > Thank you google! -- 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.
