Ah, so the contained widget shows up, it just doesn't look like a
dialog.  This sounds like you aren't getting the CSS styles that apply
to the dialog - without them, no decorations appear and the internals
will just appear as if on your background.  You can test this by
putting some stuff on the root page, the dialog will just
transparently overlay it.  Also, do this.setText("Dialog title"); and
you'll see the title show up above your widget.

The default GWT app has CSS styles included for the dialog, so make
sure you're using it; the style names are .gwt-DialogBox and .gwt-
DialogBox .Caption (for the title bar).

jk

Harkonnen:
> I've tried this also, but just appears in the center without pop-up.
> Everything appears, and I can login without problems but it's
> seems that instead a dialogbox i putted a vertical panel ....

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

Reply via email to