Hi

I have two panel.
Panel A send custom GWT event to Panel B to modify the appearance of Panel B.
The event bus is defined on their parent panel.

The event sending by event bus defined in other methods works after the 
initialization (constructor execution) of these 2 panels.

But, if I send an event in the constructor of Panel A to Panel B, the event 
handling doesn't work.
I can build a constructor of Panel B to initialize by parameters. But why the 
event sending from constructor doesn't work as expected?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to