Hi, Reading Thomas Broyer's post 'GWT 2.1 Activities – nesting? YAGNI!' (check it out here http://tbroyer.posterous.com/archive/9/2010) really cleared things up with regards on how to handle more complex ui designs. Abandoning the concept of nesting and going for a couple of activity mappers to show/hide display regions as needed. But, after some experimentation on my own I was left with one question that I couldn't find a good answer to.
In the post Broyer mentions briefly that the display regions in the layout needs resizing to fill the empty spaces and says the following: 'Now, here's how you could do it without nesting, just showing hiding display regions when needed (and resizing the others to always fill the same dimensions)'. My question is therefore where in the code you do the actual resizing of the display regions? If I understood the post correct the views themselves should not have any explicit knowledge of sizing, but rather just adapt to the size of the display region. -- 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.
