Wednesday, September 22, 2010

Re: DialogBox & UiBinder - how to get a hidden DialogBox by default?

On 22 sep, 22:47, "marius.andreiana" <marius.andrei...@gmail.com>
wrote:
> On Sep 22, 11:21 pm, Gal Dolber <gal.dol...@gmail.com> wrote:> As it is a popup it is hidden by default.
>
> For me, with gwt 2.0.4, it's shown by default.
> I'm declaring <g:DialogBox> inside a UiBinder HTMLPanel tag, among
> other widgets.

That's probably the reason: you add the DialogBox to some widget, so
it's shown as any other widget. Would you do an
myHtmlPanel.add(myDialogBox) in Java?

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