AFAIK, if you use nested layout panels you must explicitly set the size of the container panel (i.e. your DockLayoutPanel) to 100%-100% (or whatever you want) to make the children visible, otherwise they will not show.
I think there are some discussion about it in the groups, and I verified myself that explicit setting of the container size is most of the times the solution when children don't show at all. Regards Lorenzo On Dec 15, 6:21 am, Magnus <[email protected]> wrote: > BTW: > > I found that DockLayoutPanel hase some LTR (left to right) mode. Could > I use this for my purpose? > > I made a first try, replaced the FlowPanel by a DockLayoutPanel for > the whole row, but my children were not visible at all... #-) > > Magnus -- 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.
