Tibo
unread,Jan 13, 2012, 7:03:47 AM1/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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