How to set the height and width of a scrollTable?

2009-04-16 Thread Suren
Hi all, I am using ScrollTable incubator widget. It requires the width and height to be set. What I all want is that, my scrollTable should take the screen/browser width and height. Is there any way to set the values in my client.Java? or I have to rely on HTML and scripting? Kindly advise

Re: How to set the height and width of a scrollTable?

2009-04-16 Thread Salvador Diaz
I think that all setSize methods take 2 String arguments, which you can of course set as 100%,100% which would effectively take the screen browser width and height if you add it to the RootPanel On Apr 16, 10:02 am, Suren nsurendi...@gmail.com wrote: Hi all, I am using ScrollTable incubator