wx.SplitterWindow. SplitHorizontally is ignoring
the third argument if this is negative
Sample please.
I see this on the demo in line 596:
splitter2.SplitHorizontally(self.nb, self.log, -120)
this means self.log must have 120 pixels higth, but it
not happened until the windows is resized.
Echeverria Rabi, Cristián wrote:
wx.SplitterWindow. SplitHorizontally is ignoring
the third argument if this is negative
Sample please.
I see this on the demo in line 596:
splitter2.SplitHorizontally(self.nb, self.log, -120)
this means self.log must have 120 pixels higth, but it not happened until the windows is resized.
I can second that.
As soon as you resize the Window the log splitter will jump down.
Regards
Adi