This topic has been brought up a few times before. This thread is probably most appropriate: http://tinyurl.com/3z8mn4v. I still don't get it though. Seems like Activities and Places is fairly limited in the types of layouts that can be used, based on the HelloMVP example.
Let's assume I want to build an app that has three activities. Let's call them A, B, and C. Each activity has its own place and the place occupies the entire web page. The UI for each activity/place may be completely different. For example, A may have a DockLayout, B may have a tabbed panel, and C may have something else. Questions: 1) I am particularly confused by why the EntryPoint (of HelloMVP) starts with a SimplePanel? The scenario I explained above seems like it may be fairly common (especially on mobile devices, like Android, where the screens are small). Yet placing a DockLayoutPanel or other panel in an activity's view doesn't work because few panels implement AcceptsOneWidget. One suggestion has been to place another layout panel in the SimplePanel. However, if I place a DockLayoutPanel within the SimplePanel, the DockLayoutPanel doesn't show up. 2) Maybe the above scenario is not that common or I misunderstand Activities & Places, probably Presenters in particular. Does it make sense in the above scenario to use one presenter per place? Maybe a presenter is not intended to be used for complex/compound layouts like dock and tabbed panels? Mike -- 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.
