Home » U++ Library support » Splitter » Splitter SetPos bug ?
Re: Splitter SetPos bug ? [message #24460 is a reply to message #24350] |
Mon, 18 January 2010 10:21   |
Tom1
Messages: 1303 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi,
I noticed your trouble with splitter and as I tinkered with it recently I thought I should take a look at it.
Re-order:
splitter.Horz().SetPos(100).Set(pageList, pagePane);
to:
splitter.Horz().Set(pageList, pagePane);
splitter.SetPos(100);
..and your code works. The reason is that in Splitter::Layout, newly added panels cause a re-initialization of splitter position array. I do not think that I did that change... I hope.
// Tom
|
|
|
Goto Forum:
Current Time: Wed Jun 18 07:21:03 CEST 2025
Total time taken to generate the page: 0.04693 seconds
|