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