On Mon, Apr 16, 2012 at 08:01, stagirus <[email protected]> wrote:
> Pardom me for humanizing the all mighty SplitLayoutPanel. This panel seems
> to be very powerful except that it is making itself unfriendly and useless
> in the following scenario.
>
> In our application, we needed a vertical splitter (content in North and
> South). We require the widget to spread out within its parent panel, by
> calling splitter.setSize("100%", "100%"). But SplitLayoutPanel only takes
> pixels (setPixelSize). Providing fixed pixel size is not an option for our
> application. (Our custom built spitter is not properly functioning with
> Standardards Mode enabled.)
>
> Why is SplitLayoutPanel forcing pixel sizes only and not supporting the
> basic GWT design feature? Is there any work around for this problem?

I don't quite understand here. When you say you require the widget to
spread out in it's parent, do you mean:
a) The widgets added to each of the region of the split panel, namely
the north and the south, should occupy its entire given space?
or
b) the SplitLayoutPanel need to fill up its parent?

You usage of the term 'splitter' is also slightly confusing. I've
always assumed it means the little drag-able thing between the
regions, but from what I've read in your email, you seemed to name the
entire Panel splitter, is that correct?

If you want meaningful help from anybody, you'll need to post a bit
more code snippets.

-- Joe

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

Reply via email to