Not sure what you mean. But I know that there was a commit that changed DevMode to wait until SuperDevMode CodeServer and Jetty/Tomcat have been fully started before continuing. Obviously that does not prevent you from visiting the URL of your app before DevMode has been fully started.-- J.
--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/4G6IaSURdHY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
That sounds like what I have been after. I can't see that feature in the 2.7.0 download - is it in the 2.8 builds?
That sounds like what I have been after. I can't see that feature in the 2.7.0 download - is it in the 2.8 builds?I would say so as I use it and never had an issue with any prompts.
Actually no. It is in 2.7 [1], and has since been made synchronous [2] (so you possibly wait a little longer).But if you're using CodeServer rather than DevMode, you have to wait before loading the page; that code is only about enabling the "Launch Default Browser" and "Copy to Clipboard" buttons in the DevMode UI.
IIRC, the reason it doesn't automatically reloads is to avoid hiding the fact that the CodeServer isn't running at all (and you'd wait forever). I'd suggest deep-diving in the commit history and review comments to find out.
One question remains unanswered: how are you launching SDM / loading the page that you're facing this dialog box?
IIRC, the reason it doesn't automatically reloads is to avoid hiding the fact that the CodeServer isn't running at all (and you'd wait forever). I'd suggest deep-diving in the commit history and review comments to find out.