Hi All,
I am developing a GWT application that consists a ResizeComposite as
the main body container which is  wrapped in a TabLayoutPanel. This
composite widget contains two child widgets. Left widget is a GWT tree
and it contains hyperlinks. The right widget is a simple panel that
contains image tiles. The functionality is if user clicks on a link in
the tree the corresponding tiles are loaded to right hand side widget
(simple panel). However, this widget does not get resized according to
the browser resize
For example if I resize the browser window to half size and click one
of the links in the tree. The image tiles are loaded with scrollbars
in the simple panel. Then I resize the browser window and the
ResizeComposite widget does not get resized according to the browser
size. I tried with almost all the possible solutions but no success.

I figured out that the div tag that belongs to ResizeComposite does
not get the size updates but the parent div resizes properly. (I used
IE developer plugin for that)

I do not have any experience of using this widget before and I googled
and try this groupd as well but I haven't found any good answer yet.

Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to