Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    GWT-Ext MessageBox equivalent

    Hi,

    We used GWT-Ext MessageBox in our project to display a busy waiting dialog when waiting for response from server. After we get the response from the server we call MessageBox.hide() to close the dialog. But the dialog won't show up when used with SmartGWT. Is there any equivalent class in SmartGWT for that or what's the recommended way to implement that in SmartGWT? Thanks,

    Ed

    #2
    SC.say(message) and SC.clearPrompt().

    Comment

    Working...
    X