dyndan
30 May 2008, 6:14 AM
Hi there,
I'd like to discuss why BorderLayout.SplitRegion.onSplitMove has to be private.
I found out that if you have to set a regions width or height programmatically and you do this via the Component contained by the SplitRegion, state saving does not work cause the Splitregion itself handles the state.
What works just fine is to address the Splitregion and call its onSplitMove function to set the size as needed.
Please see
http://www.extjs.com/forum/showthread.php?p=175491#post175491
dyndan
I'd like to discuss why BorderLayout.SplitRegion.onSplitMove has to be private.
I found out that if you have to set a regions width or height programmatically and you do this via the Component contained by the SplitRegion, state saving does not work cause the Splitregion itself handles the state.
What works just fine is to address the Splitregion and call its onSplitMove function to set the size as needed.
Please see
http://www.extjs.com/forum/showthread.php?p=175491#post175491
dyndan