showing scroll bar in a scroll panel

2012-04-04 Thread Srikanth Jandhyala
Hi All, I have a ScrollPanel inside a HorizontalPanel. The Scroll Panel itself has a DrawingArea (from gwt-graphics). I have set certain height for the ScrollPanel and I can scroll when the DrawingArea is larger than the ScrollPanel height. But no scroll bar shows up. Is there a way to make Scroll

Re: help with overlaying panels

2012-02-16 Thread Srikanth Jandhyala
I have solved my problem. I am using an absolute panel as the container for all the other panels and overlaying one over the other. thanks Srikanth On Feb 15, 7:39 am, "Srikanth \"Jandy\" Jandhyala" wrote: > Hi All, > > I want to overlay two panels one over the other and order them. Is > there