On Thu, Nov 18, 2010 at 11:48 AM, zixzigma <[email protected]> wrote:
> I tried that, but it appears although westPanel becomes hidden (as > expected setVisible(False)), > the west region still takes up space. > My guess is since in UiBinder regions must be explicitly sized, eg: > <g:west size='6'> > hiding/removing a SimplePanel within a region does not mean the region > itself is hidden//removed ? > 0. That was my point about it "not working as expected" 1. You might want to consider the splitter-type panels. 2. Maybe you want a different widget as a child of the SimplePanel, maybe an accordion? 3. You may want to implement a mix of Horizontal and Vertical panels as children of an HTMLPanel. Child widgets in those panels will show/hide as you want. -- 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.
