Re: how to avoid mulitple dilogbox opening from the parent window

2012-04-27 Thread Dayananda B V
Hi Andrei, setGlassEnabled is worked. thanks you so much, appreciate your help On Apr 25, 12:39 am, Andrei vol...@spiraluniverse.com wrote: Add .setGlassEnabled to your dialog boxes. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

how to avoid mulitple dilogbox opening from the parent window

2012-04-24 Thread Dayananda B V
Hi All, I have 4 labels in parent window for each label i need to open a dilogbox, if a dilogbox already open, the remaing 3 lablels click should not open dilogbox. i have set setModel(true) in dilogbox, however i can still click on parent window labels, which opens dilogbox. Is there any way to

Re: how to avoid mulitple dilogbox opening from the parent window

2012-04-24 Thread Thad
You could create one dialog and four widgets that are the dialog content. When the label is clicked, call setWidget() for the desired contents (and setText() if desired) then call show() to show the dialog (in case it's not already visible). On Tuesday, April 24, 2012 7:25:59 AM UTC-4,

Re: how to avoid mulitple dilogbox opening from the parent window

2012-04-24 Thread Andrei
Add .setGlassEnabled to your dialog boxes. -- 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