Played around with this a little more and came to a few conclusions. I am guessing that adding a ResizeHandler to SplitLayoutPanel has no effect because SplitLayoutPanel already implements onResize() - due to its implementing RequiresResize. I can see SplitLayoutPanel's onResize() being called by stepping through the code. The ResizeHandler I added is no where to be found.
That leaves the option of deriving my own subclass of SplitLayoutPanel and then overriding onResize(). Easy enough EXCEPT how does one get such a class to work with uibinder? -- 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.
