mariosav
About
- Username
- mariosav
- Joined
- Visits
- 111
- Last Active
- Roles
- Member
Comments
-
Thanks Edouard! Makes sense. I went back to an old task I developed after updating to OS4 and thought that was the problem Cheers, Marios
-
Hi Eduard, Thanks very much for sharing your experiment! I really appreciate it. I'll take a look right away. I'm sure it will help. Cheers, marios
-
Thanks Kristian, I'm using OS 3.3.1 with OSweb 1.3.5. I didn't want to update after I finished the experiment and all seemed to work all just in case something else would come up. But I guess I should have :) marios
-
Hi Jasper (and Kristian), Were you able to solve this issue? I experience the same issue with JATOS 3.5.2. Do I understand correctly that it can be solved with a JATOS update? I can see that there is version 3.5.4 but I refrained from updating as we…
-
Ok, solved this. Don't really know what was wrong but I rewrote a javascript inline I had and now it works perfectly in both OS and OSweb. m
-
Thanks for the tip cesco. I'll try setting up something simple with the mousetrap plug-in and see if it behaves any better. m
-
Hey all. Just to update: I found nothing on windows that can fix this. Even changing (under the folder options) the double click to a single click fails to work on the OS experiment (works for everything else on Windows such as opening folders and f…
-
Thanks Sebastiaan. I would look into Windows and see whether I can change this. Jensk, I'm using Windows 10. m
-
Thanks Sebastiaan. That was even more simple than I thought! m
-
Thanks for your response Pascal. We must have been writing at the same time and saw it after I posted mine. I will try the Python implementation as I know I will be using the Mousetrap plugin for other experiments that will require mouse tracking. A…
-
Pascal, me again. I have redrawn the buttons and it now works. Don't know what was wrong before but now it's fine. The only thing now is whether there is a workaround in terms of the numbers of buttons I can have. Any ideas? Thanks, marios
-
Hi Pascal, First off, I should say that the chapter is fantastic. Thanks for sharing. Now, I have installed mousetrap and tried to use the mousetrap_response item after a sketchpad but I get an unexpected error when I run the experiment (AttributeEr…
-
Dear Pascal, Thank you very much for this! It makes sense now. I'll try out the mousetrap plugin as well and read the preprint. Cheers, marios
-
Hi Eduard and thanks for the response. I didn't realize that coursor_roi uses the mousetrap plugin. I'm not using that plugin at all, just some simple code to use the mouse. Also, how can you name anything on a sketchpad?? If I draw a square on a sk…
-
Ok Eric. Thanks for the swift reply. m
-
Eduard, One last question and I promise not to bother you again for a bit :) I replaced my feedback objects with sketchpads to ensure accurate timings and all seems to work as envisioned. Now, the only thing I am worried about (which is hard to che…
-
Thanks Eduard. Really appreciate your help. m
-
I see. When I removed it, it didn't seem to work ok. But when I specified "mouse_response" in the End After field, it seems to work fine (but I have to check the timings in the logged data to verify). Thanks Eduard! Regarding the issue wit…
-
Hi Eduard, Thanks for your swift reply. I'm not sure I get what you're saying about the "End after item"...where do I check if this is the case? I'm using a feedback for the probe because I set the identity of the stimuli to be displayed w…
-
You're a God! Thank Sebastiaan. I confirm that it works perfectly with flushing the keyboard. Thank you so much for this!
-
Thanks Stavro. Unfortunately, it still hangs.
-
Aaaargh! I stripped my code to the bare essentials and still no luck. I attach my experiment which is pretty much one inLine that presents the names of two cities and asks the user to enter a number and press return. The program hangs after about 50…
-
Thanks Sebastian. I'm running the experiment fullscreen...can the keyboard focus go to another app this way? I've tried it on multiple computers and get the same issue.
-
Ok, I get it now! Thanks!!
-
Eduard, I still can't get my head around this and why the code doesn't work in the Run phase. I can see a situation where putting the code in the Prepare phase wouldn't work for me. For example, let's say I have a mouse_response item and I want to s…
-
You're right, it works! Thanks Eduard! m
-
Thanks Vatsal. I'll give it a shot. But I think the problem is with the last step of setting the experiment, variable, ie., this part: exp.set('fix1dur', fix1duration) Up to that point, everything works well. That is, if I print fix1duration I corre…
-
Hi Roelof, Thank you so much for your reply. Since I posted this there was an OS update that seems to have improved much the behavior of forms. I was just asking participants to click radio buttons and all seems to work fine now (....which explains …
-
Perfect! Thank you so much for your help Eduard! I'll test the code later today and adapt for my purpose. Cheers, marios
-
As is, the mouse only shows up for a bit in thr center of the screen. Playing around with code (if I remember correctly, by changing the timeout value), Igot it to show up for longer but when I was moving it away from the center it kept pushing bac…