Re: MVP and tabs :)

2010-01-22 Thread Stine Søndergaard
Hmmm... would be so nice to see some more code examples :) Anyone? :P Thanks, Stine :) -- 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-tool...@googlegroups.com. To unsubscribe from this

Re: MVP and tabs :)

2010-01-22 Thread Stine Søndergaard
Hmm.. maybe I should be a bit more specific? :} When I study Google's Contacts example I see for example the following flow 1. User clicks add contact button 2. AddContactEvent is added to eventBus 3. AppController reacts upon this event and adds add to the History 4. AppController reacts

Re: MVP and tabs :)

2010-01-22 Thread Stine Søndergaard
5. EditContactPresenter empties container and adds his own view object* -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: MVP and tabs :)

2010-01-22 Thread Frank Argueta
Stop spamming this group. Read the docs and take some time trying to solve the problem yourself before shooting off an email to the group. And can you stop with the :) and in every single post of yours! On Fri, Jan 22, 2010 at 7:25 AM, Stine Søndergaard stinespl...@gmail.comwrote: 5.

Re: MVP and tabs :)

2010-01-22 Thread Stine
So sorry! Did not mean to spam! But if that is how it is seen then I will of course stop posting. -- 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-tool...@googlegroups.com. To unsubscribe from

Re: MVP and tabs :)

2010-01-22 Thread Alexander
One post - one problem. Nothing more. 2010/1/22 Stine stinespl...@gmail.com So sorry! Did not mean to spam! But if that is how it is seen then I will of course stop posting. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

MVP and tabs :)

2010-01-21 Thread Stine
Hello :) I am still struggling with learning best practice in creating my GWT application ;) At the moment I am trying to apply the MVP design pattern described in http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html... I imagine that my UI will be a tab panel where each

Re: MVP and tabs :)

2010-01-21 Thread Stine Søndergaard
Hmm... let's say I have a MainPanelView.ui.xml containing... ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' g:TabLayoutPanel barUnit='PX' barHeight='30' g:tab g:headerTab A/g:header g:DecoratorPanel