Re: PopupDialog with DockLayoutPanel is empty?

2013-04-08 Thread Jens
DockLayoutPanel needs a size in pixel or you use 100% as size but then you have to set a size on the PopupPanel. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send

PopupDialog with DockLayoutPanel is empty?

2013-04-08 Thread membersound
Hi, how can I use a DockLayoutPanel within a PopupDialog? MyPanel works like: new PopupPanel(); popup.setWidget(new MyPanel()); What does not work is: Using this, the popup is empty. Why? -- You received this message because you are subscribed to the Google Groups "Google Web