This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes GWT and the fly likes GWT ScrollPanel bug? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT ScrollPanel bug?" Watch "GWT ScrollPanel bug?" New topic
Author

GWT ScrollPanel bug?

Chris Riggs
Greenhorn

Joined: Mar 10, 2010
Posts: 1
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: GWT ScrollPanel bug?
 
Similar Threads
Displaying panels...
Displaying panels...
Panel display
Non-Default Constructor problem
Scrollbar issue