Tuesday, April 24, 2012

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

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, Dayananda B V wrote:
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 make parent window readable.
appreciate your help.

Thanks
Daya

--
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/-/HA3wVL1MKjcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment