How to make the DialogBox can be moved

0 views
Skip to first unread message

bluege...@gmail.com

unread,
Nov 3, 2007, 3:24:53 AM11/3/07
to Google Web Toolkit
How to make the DialogBox can be moved . Thanks

polaris

unread,
Nov 3, 2007, 4:38:39 AM11/3/07
to Google Web Toolkit
DialogBox itself can be moved: drag the title

Martin

unread,
Nov 3, 2007, 4:41:31 AM11/3/07
to Google Web Toolkit
hi

DialogBox dlg = new DialogBox();
dlg.setText("title");
dlg.setWidget(new Label("content"));
dlg.show();
dlg.center();

then drag the "title" text

Reply all
Reply to author
Forward
0 new messages