Hey Daghan, My understanding is that you only want a single area of the shell to be managed by one ActivityManager.
So if you have an entire shell/layout with more than one area that changes, let's say a main content area as well as a context menu (If I have MainAppPlace and SettingsAppPlace and OtherAppPlace both of which extend MainAppPlace, and you want to show a different context menu for Place of type SettingsAppPlace and places of type OtherAppPlace) I would just have main Shell that has a SimplePanel for content and Simplepanel for context_menu I just use an ActivityManager to control one spot of the main layout. is this not right? do you want your activitymanager controlling more than one area?? On Nov 18, 10:38 am, Daghan <[email protected]> wrote: > Hi Ashton, > > Have you figured out a way to pass anything but SimplePanel objects to > activityManager.setDisplay() function? > > I am trying to figure out how to pass > activityManager.setDisplay(composite) > > Thanks. > > On Oct 28, 6:52 am, Ashton Thomas <[email protected]> wrote: > > > > > > > > > I will definitely try to post a video. It just puts the pressure on to > > actually do a good job! > > > Thanks very much, > > -Ashton > > > On Oct 28, 2:12 am, StrongSteve <[email protected]> wrote: > > > > Very nice idea. Thanks a lot for your effort. > > > > Will there be a recording of the seminar for all of us on the other > > > side of the pond? ;) > > > > Greetings > > > Stefan > > > > On Oct 28, 4:19 am,AshtonThomas<[email protected]> wrote: > > > > > Here is a direct link to the source > > > > code:http://github.com/ashtonthomas/gwt-seminar > > > > > I will continue to update the code for this site as well as the > > > > content on this app. Over the next few weeks I will post a lot of > > > > different sample code. > > > > > Hopefully it will help others get started quicker! > > > > > On Oct 27, 8:16 pm,AshtonThomas<[email protected]> wrote: > > > > > > Hey Everyone, > > > > > > I am working on a seminar for GWT 2.1 that will happen in late > > > > > November. But I will be putting together a lot of sample code. I have > > > > > already pushed one app to github: > > > > > >http://gwt.acrinta.com/ > > > > > > I am still working on this, so expect updates > > > > > > Cheers! -- 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.
