I am facing a dilemma best explained using a concrete example. Look at the *New* Google Group application. (taking gwt group as an example)
when we are in the main place: #!forum/google-web-toolkit there is a display region/activity to the left, which holds Home/Favorite a display region/activity on top, containing the search box, my main question is about the center region: in the Center display region, there are: 1- Toolbar on the top (center_north) 2- List of Topics posted (center_main) 3- Toolbar on the bottom(center_south) and lets assume we had other places in our app, where we DO NOT have north/south part of display region. in your opinion, do you think we need to use "3" Activities for the NORTH, SOUTH and MAIN sections of Center display region ? or do you think we can use only One Activity and use a View with three slots, one ScrollPanel in center, and two Simple Panels at top and bottom (north/south) to hold the toolbar ? please bear in mind, there would be places in our app, that we are not going to put anything in north/south part of center display region. What do you think ? Thank You -- 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.