Re: Multiple dialog boxes

2014-04-02 Thread BiggestOne Ursa
thanks

On Wednesday, July 27, 2011 1:24:38 AM UTC+6:30, Ben Imp wrote:

 You can tell the dialogs to be non-modal (ie. setModal(false)).  That 
 should allow you to have multiple dialogs up and interact with all of them.

 -Ben


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple dialog boxes

2011-07-26 Thread Ben Imp
You can tell the dialogs to be non-modal (ie. setModal(false)).  That should 
allow you to have multiple dialogs up and interact with all of them.

-Ben

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/RnKMcbz-vtkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Multiple dialog boxes

2011-07-25 Thread Ric -
Hi,
i have a problem with the dialog boxes from the gwt. It is no problem
to use one dialog box,
but i need multiple of them. If one dialog box pops up, the other one
gets locked and you can use the first dialog box until you close the
new one. Is there a way to solve this problem ? For example a
parameter which deactivate this locking feature ?
Ric

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.