Todd Parsons
Todd Parsons
Next stop: Drop down controls. Then: The world!
I've figured out why this happens; it's because an f string specified in Builder is interpreted as code, so all the stuff we do to strings to escape \n characters...
#4229 didn't fix this as the problem is in the `experssion2js` function - it's given: `f"I would like a \n line break here"` after parsing the dollar syntax (which is...
I can see the logic here - in theory, BaseShapeStim should handle this kind of stuff, but as you point out Polygon having a default fillColor of "white" kind of...
It's not often I'll admit JS does it better, but distinguishing between `None` (aka transparent) and `undefined` would actually be very useful here :')
While this isn't the best way to fix the issue it was originally intended to fix, this is generally very useful - designers do want to control when a keypress...
I think the key error here is just that your filename should use `expInfo['participant*']` - which you can edit in Experiment Settings. But there should be a better way to...
I think I've found the problem - it's that the Keyboard component in the y/n routine uses `waitRelease=False`, but the Textbox listens for key releases, not key presses. So the...
Are you running online as well as in Python? If not, you could try doing the same thing but with TextBox - which uses our own glyph rendering rather than...
Closing this as it's an upstream issue and Pyglet seem to have resolved it (the linked issue is closed, at least) Please reopen if the bug persists