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/client/TabLayout.java
it contains a docklayoutpanel and inserts an instance of TabCenterView
into itself: 
http://code.google.com/p/honeycrm/source/browse/trunk/src/honeycrm/client/TabCenterView.java

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 google-web-tool...@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.

Reply via email to