Hello,

I am new to gwt, and I'm having trouble building the user interface
for my application.

First, I would like my application to have a CellBrowser widget on the
left side, and a panel on the right size that fill the remaining space
left by the CellBrowser, in order to display some information,
depending on the cell that the user selects. The problem is that I
don't know how to set the panel width to fill the remaining space,
because I don't know how to retrieve the width of the CellBrowser. I
tried several solutions, wrapping the CellBrowser into different panel
types, but none of them gave me the expected result.

Also, I would like that when the CellBrowser expands to the right, the
panel re-sizes to  fill again the remaining width space (and the same
for when it contracts).

Would it be possible to implement such an interface? Which kind of
panel would be the most suitable to do it? And how can I (re)position
the panel to the right end of the CellBrowser?

Thanks in advance for any help.

Regards,

Thibaut Le Guilly

-- 
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-toolkit@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