PDA

View Full Version : BorderLayout.SplitRegion.onSplitMove is private - WHY?



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

jay@moduscreate.com
30 May 2008, 12:27 PM
Beware, All caps is considered YELLING!
http://www.writerswrite.com/journal/dec99/pirillo1.htm

dyndan
31 May 2008, 5:53 AM
C'mon, it's only three letters. No, honestly...didn't anybody come across this so far? Whatever...

dyndan