MattC
About
- Username
- MattC
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Hi Florence, This thread is a bit old (though I just got it going again a bit), but it might help with implementing a slider on a canvas. We've been having some trouble with the slider being laggy, and haven't figured that out yet, but you can find…
-
We're using xpyriment as the backend, and here is what we did with the code we're using: my_canvas = canvas()my_mouse = mouse(timeout=20)# Set slider dimensions. This assumes that 0,0 is the display center, which is# the default in OpenSesame >=…
-
Hi, This code is just what we were looking for, but it's quite laggy at runtime (a few seconds, the mouse tends to be jumpy). Do you have any hints?