Re: CaptionPanel - CaptionLayoutPanel

2012-10-03 Thread Marco
Furtunately I got an answer at stackoverflow:

http://stackoverflow.com/questions/12588759/captionpanel-captionlayoutpanel

Only problem is, that I have to set the childs height 
manually to 98% (normally it's not necessary for Layout Panels) to fit in 
the caption panel. 

I can live with this problem and maybe it's useful for somebody in the 
future.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/bqmoVt02VcYJ.
To post to this group, send email to google-web-toolkit@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.



CaptionPanel - CaptionLayoutPanel

2012-09-25 Thread Marco
I want to use the CaptionPanel inside a Layout Panel (DockLayoutPanel) .

The problem is that there is no CaptionLayoutPanel(like SimpleLayoutPanel) 
implementation and therefore if I want to use
this panel inside a Layout Panel, all childs will loose the resize events 
because the resize-chain is broken through  the CaptionPanel.

Is there any workaround?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5PNpPdIWCk4J.
To post to this group, send email to google-web-toolkit@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.