> 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. > > [1] > https://github.com/gwtproject/gwt/commit/3eff9127f6be4969a5a04b965f5f94441f4eb440 > [2] > https://github.com/gwtproject/gwt/commit/457610e31bad3468fd1355015d3596528ae61df4 > >
Ah I see, well I start SDM through IntelliJ which uses the DevMode class (with -noserver) and the browser is launched when everything is ready. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
