Odd behavior of splitter in threaded build

BlitzMax Forums/MaxGUI Module/Odd behavior of splitter in threaded build

JoshK(Posted 2010) [#1]
When I hover over the splitter the first time, the mouse automatically grabs it and moves in only on direction. When I drag the splitter to the edge to change the orientation, the mouse loses hold of the splitter. This only occurs in a threaded build. I rebuilt all MaxGUI modules and it still occurs.


jsp(Posted 2010) [#2]
Bug confirmed.

You can workaround by using:
Local Split:TSplitter = CreateSplitter(...
Split.intMouseDown = Null


JoshK(Posted 2010) [#3]
That fixes the first problem but not the second.


jsp(Posted 2010) [#4]
Yep, that's right. I looked only after the first problem as I don't use the orientation change myself.