So maybe I'm embracing (/ misusing) the HandlerManager a bit too much here. But I am trying to show the login progress (via a progressBar) in my app. I have a LoginAppController that fires off a LoginEvent for which various AppControllers are listening for. When each of these AppControllers receive the LoginEvent they then perform what they have to do to login their part of the application. Once each AppController finishes their respective login function, a LoggedOnEvent is fired back into the HandlerManager for which my LoginAppController is listening for. And as you can see, if I can get number of AppControllers listening for the LoginEvent, I am able to work out exactly my progress of the login routine as the LoginAppController receives the LoggedOnEvents.
Now with this out of the way, how could I now potentially do this in 2.1.0.RC1? thanks On Oct 19, 10:26 am, Thomas Broyer <[email protected]> wrote: > On 19 oct, 10:22, dmen <[email protected]> wrote: > > > - I am having problem X while doing Y ... > > - Why are you doing Y ? > > > I am guilty of that too, though I think it is so annoying. > > By understanding the "why" of Y, you can try to find another way of > answering the "why" without doing Y, so that you don't face problem X. -- 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.
