I'm creating an application with a view based upon the
DockLayoutPanel.

I initialize a DockLayoutPanel and add SimplePanels to the north,
south, west, and center docks so I can pass them to the Presenters.

The presenter then adds a custom widget to the to the SimplePanel. The
custom widget contains a StackLayoutPanel (think left stackpanel
navigation like gmail). The issue is the stack isn't displaying
correctly, I'm only seeing the first stack in the panel.

If I add the custom widget directly to the DockLayoutPanel without
first adding a SimplePanel, it works fine. But this would mess up my
MVP coupling.

Any help is appreciated.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to