Maybe you can implement a callback. Register simple panel in flow panel and call the method when flow panel receives a resize event.
On Jul 5, 2:15 am, Milan Cvejic <[email protected]> wrote: > Hi Everyone, > can anyone give me a hint how can I implement following situation: > > I have SimplePanel with child FlowPanel. What I want to do is to > resize SimplePanel in order to fit > FlowPanel when I add new widgets to the FlowPanel. > > Is best way to fire some event when i add new widget to FlowPanel and > than catch that event in SimplePanel > implementation? > > Or is there any native support for this? > > Thank you, > 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.
