bal
About
- Username
- bal
- Joined
- Visits
- 14
- Last Active
- Roles
- Member
Comments
-
Thanks DahmSF. However I am not very good with code so I am struggling to see which part of your code might help me. I do indeed have more than one touch screen button, which makes things difficult! Since Eduard was able to run the experiment witho…
-
That is strange! I'm working with an ELO 2201L touchscreen monitor with Windows 7 (I think - I would need to double check the version of windows but I'm not at that computer right now).
-
Thanks for your quick reply. I see, so I cannot use the key_release function with PsychoPy and I cannot use the touchscreen while hiding the cursor with Xpyriment. I would really like both of these functions in my experiment, as it is important for…
-
Hi Eduard, Thanks for offering to help. (Image) Here is a screenshot of the error message I get when I try to run it with PsychoPy. Not sure if this can tell us anything about what is going wrong?
-
That was it! Thank you so much! I didn't think I had to do that because it said that Pylink was already installed on the new version of open sesame but I guess I misunderstood that. Thanks! :D
-
Hi Sebastiaan, Thank you for your reply! I had indeed put the actual name of the variable in the script, I just wrote [variable name] for the sake of the question! So in my script, it read: "constrain fce_ID mindist = 4". The problem was …
-
Ok, I'll have a look at those threads. Thanks for your help!
-
That worked, thanks! I wasn't changing the resolution to the correct one for my monitor's native resolution. Cheers :)
-
Actually, when I tried this out it didn't work... when I added the "constrain variable mindist = 4" command in the general script (after all the setcycle commands), it disappears. Even if I choose the option to apply changes to the general…
-
I hadn't found this documentation, that solves my problem. Thanks! :)
-
Oops, those images appeared in the wrong order! So the bottom one is how it looks using xpyriment and how I want it to look with legacy. The top one is how it looks with legacy (stretched). The middle one is what is looks like with legacy but with t…
-
Hi, I would like to know how to use the code above to save a sketchpad item as an image. I copied and pasted the code into a inline script icon (placed after my sketchpad icon), but the code seems to make a new canvas (with text) and then save this…
-
I have found this thread that has a link to code which will take screen shots of the canvas: http://forum.cogsci.nl/index.php?p=/discussion/2227/taking-screenshots-with-opensesame So I guess I could save screenshots of each canvas, and then manuall…