This is probably not the best way, but you could try the dnd library, and set up the message box as dragable via that library, and then that wouldn't be able to happen possibly.
http://code.google.com/p/gwt-dnd/ The examples show how to do it pretty well. You wouldn't need anything too advanced either. On Jun 1, 10:25 am, Tristan <[email protected]> wrote: > Haven't done this, but you should be able to write a handler when you > release the mouse button that checks the dialog box position and if it > is off the visible screen (outside some safe area you define), it > places it in the center. > > On May 31, 10:59 pm, Sabbir <[email protected]> wrote: > > > When a DialogBox is dragged off the screen and realease ur mouse, > > everthing gets locked. Cant even see the dialog box to drag back... > > > any solutions? -- 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.
