pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

GWT-EXT window does not behave as GWT Window.alert #455

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In GWT window.alert the program execution pointer waits for user 
interaction. whem user clicks on OK the program executes the next 
statement. But in GWT-EXT window it does not happen. There should be some 
properties in GWT-EXT window which will wait for user interaction to 
execute the next statement.  

What version of the product are you using? On what operating system?
O/S  : Windows XP
Java : 1.5
GWT  : 1.5 RC1
GWT-EXT : 2.0.4

Thanks and Regards,
Nilabh Sagar

Original issue reported on code.google.com by nilabhsa...@gmail.com on 11 Nov 2008 at 6:36

GoogleCodeExporter commented 8 years ago
This is not supported. AFAIK, only the regular browser alert has the property of
being a blocking call.

Original comment by sanjiv.j...@gmail.com on 11 Nov 2008 at 6:49