Wednesday, May 25, 2016

Re: window.showModelDialog replacement

How do I simulate IE window.showModalDialog to present a user with a widget (dialog) that blocks main thread till the user closes that widget, method return?

On Wednesday, May 25, 2016 at 3:12:04 PM UTC+8, Thomas Broyer wrote:
You won't find any equivalent. The platform has moved over to an "all async" model so you'll have to rewrite this code to work asynchronously (including handling other events while waiting for the "return value" to be passed into a callback/event/whatever.

This isn't really a GWT question though, it's more about the web platform.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment