I want to be able to use scales to let the user answer various questions on screen. However, though I can get scales to work fine in other programs, in this one in particular they seem to have bugged out.
What's happening is that, if I set showvalue = False
, I (sometimes) can't move the slider at all. If it's True
, it will move, but the program acts like the mouse pointer (or the slider) is somewhere else -- it's almost like I'm using the bottom of the pointer to move it, but not quite.
I have absolutely no idea what could be causing these problems. I've gone through my code in search of something, but I don't even know where to begin to look. I made a separate test program that just produces a scale, to make sure it's not that I have a Mac... but that works perfectly. I put the same program as a function within my other program, and it messes up. I haven't done anything in the program to change mouse settings that I know of. (I'd post the program here, but it's enormous.)
Any help whatsoever would be greatly appreciated.