Thursday, April 26, 2012

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

thank for your replay, however i should not able to click on parent
until the child window which is opend is closed, so i need to
make parent window read only.


On Apr 24, 10:30 pm, Thad <thad.humphr...@gmail.com> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -

--
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+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