hello oliver, thank you very much for the link! i want to achieve a page layout similar to the google code ui http://code.google.com/p/honeycrm/: tabs on top of the screen and right under the tabs is the module specific content. if the content right under the tabs is too big the whole page or the content of the tabpanel component should have scrollbars.
at the moment i do not really care where the scrollbars are - more importantly is that there are scrollbars at all :-) what do you mean with your suggestion to use a dockpanel instead of a docklayoutpanel? should this solve the problem, too? i tried and it did not work out for me. i will read the stuff in the docs and play around with the different containers. would really find a solution for this issue. has anyone some sample code that i can have a look at? in the meantime you can have a look at my code by browsing through the project http://code.google.com/p/honeycrm/source/browse/#svn/trunk/src/honeycrm/client kind regards, ingo On 16 Jun., 13:48, Olivier Monaco <[email protected]> wrote: > Do you want: > 1) scroll the whole page? Don't use layouts (*LayoutPanel), there are > made to avoid scrolling. Did you > readhttp://code.google.com/intl/fr/webtoolkit/doc/latest/DevGuideUiPanels... > > Try: > > RootPanel > \_ DockPanel > \_ DecoratedTabPanel > > 2) scroll the content area of the tabs? Add a ScrollPanel in each tab > content. > > Olivier > > On 16 juin, 09:12, ingo <[email protected]> wrote: > > > > > hello everyone, > > > i am using the DecoratedTabPanel to split my application into several > > modules (http://honeyyycrm.appspot.com). however, i have currently no > > scrolling at all (in no browser). i read about this in the mailing > > list and it seems like a lot of developers have issues with this > > (especially when they use TabPanels). i experimented with the > > suggestions but i did not yet find a working solution. is there any > > point in the documentation describing what to do to enable scrolling > > when using TabPanels? > > > this is the widget that is inserted into the > > RootLayoutPanel:http://code.google.com/p/honeycrm/source/browse/trunk/src/honeycrm/cl... > > it contains a docklayoutpanel and inserts an instance of TabCenterView > > into > > itself:http://code.google.com/p/honeycrm/source/browse/trunk/src/honeycrm/cl... > > > RootLayoutPanel > > \_ DockLayoutPanel (TabLayout class) > > \_ DecoratedTabPanel (TabCenterView class) > > > this is the current hierarchy. now which steps are neccessary to > > enable proper scrolling for the app? > > > regards, > > ingo -- 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.
