Hi there! I've got a problem. I would like to react on changes of the splitter position of a SplitPanel, for example for resetting the position to a minimum or maximum value that it is allowed to have.
Since VerticalSplitPanel is final it is not possible to extend it. I've tried to make a copy of VerticalSplitPanel as some guys discussed there --> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/cf40722ccfd558f/9b3817141020448c This seemed to work at first, but some IE7 browser quirk workaround stopped working, and so my copy of VerticalSplitPanel doesn't work in IE7. Has anybody an idea how else it would be possible to run custom code after the Splitter has been moved? Or if not: how to copy the VerticalSplitPanel without breaking the IE7 browser quirk workaround? I called my copy of the VerticalSplitPanel "MyVerticalSplitPanel" and left it in the same package as the original VerticalSplitPanel. When i didn't rename the classname, my class kept beeing ignored. Thanks for your help guys! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
