• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

GWT ScrollPanel bug?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a GWT application which has a products class that is a VerticalSplitPanel. The top portion is 2 panels the right panel has a grid made up of a grid which I get from bean. This grid sits on a scrollpanel which sits on a panel. This is all in an AccordionLayout. The bottom has a scrollpanel which I get from the same bean as the top right panel. The products class creates the top right, bottom, and top left classes then shows their panels in the verticalSplitPanel. The problem is the grid in the top right panel won't show on the screen when in a scrollPanel, but will in a Panel. WHY? Very frustrated. HELP if you can

TOP RIGHT

PRODUCTS


BOTTOM
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic