Josh
About
- Username
- Josh
- Joined
- Visits
- 255
- Last Active
- Roles
- Member, Moderator
Comments
-
Hi Rjoos, I don't know what causes the 2 pixel width in this line of code. Will it become 4 pixels if you enter pw=2, and would it perhaps accept pw=0.5 to produce pixelwidth 1..? Anyway, you could try this: self.screen.append(Line(pygaze.expdisp…
-
Hi Deniz, In the 'View script' window of your text_input item, there are two parameters of importance: the "timeout" and the "accept_on". The "accept_on" is set to 'return press' by default, but you can change this int…
-
Hi Anthony, The problem here is that the break_if command may seem to work a bit differently than regular python code. Your line of code, set break_if "[response] = 'na'", needs to be changed into: set break_if "[response] = na"…