This is my source code and executable.
http://crumbsoftware.f2o.org/files/NewGUI.zip
The Blitz runtime window slows down (or maybe causes severe interference with its parent window) whenever the user puts the mouse over a text box or combo box.
The exact place where the problem occurs is:
"apiInvalidateRect runtimewindow,0,True"
Does anyone know what's going wrong?
Also, the application keeps running as a process, even when the window is closed... Judging by my Notify thing at the end, it stays in the main loop without realizing that WindowMain no longer exists. The problem, strangely, only occurs when the combo box is present. If I remove it, the problem won't happen...
http://crumbsoftware.f2o.org/files/NewGUI.zip
The Blitz runtime window slows down (or maybe causes severe interference with its parent window) whenever the user puts the mouse over a text box or combo box.
The exact place where the problem occurs is:
"apiInvalidateRect runtimewindow,0,True"
Does anyone know what's going wrong?
Also, the application keeps running as a process, even when the window is closed... Judging by my Notify thing at the end, it stays in the main loop without realizing that WindowMain no longer exists. The problem, strangely, only occurs when the combo box is present. If I remove it, the problem won't happen...