mpeters2
mpeters2
@ steff456 Yes, I'm using it once the widget is opened. After playing around with it some more, I can get it to work the first time I type something...
if I click in the text editor, the word in the search box (e.g. "def") is highlighted in gray in the source code, but command-G doesn't do anything. If I...
Sorry for the 11-month reply, but I still have this issue on one of my computers: an Intel iMac running Spyder 5.3. My M1 MacBook running Spyder 5.15 does not...
update: Since it is the same machine, but different versions of Spyder, that was giving me grief, I had a hunch that it was a corrupted preferences that was affecting...
I take it back: that fix only worked for a short while. I came back to my computer the next morning and command-G no longer worked. I had to reset...
Same thing. When Karabiner goes out, so does my Logitech mouse driver, and I lose the functionality mapped to the extra mouse buttons.
For the early crashes, for the most part, my code hasn't really had a chance to run yet. I think the earliest code that uses PsychpPy is EyeLinkCoreGraphics.py, which I've...
And for the record, none of the text was outside the window bounds. A lot of the early crashes occured while the eye was displayed on the screen, os it...
|| My big change that added stability was to replace as many visual.TextStim() with visual.TextBox2(). | You changed this in the EyeLinkCoreGraphicsPsychoPy.py only, or in your whole experiment? In just...
This will be a two-parter, with the first part about the segfaults and the second part about using TextBox2 in EyeLinkCoreGraphicsPsychopy.py. I came in to the lab to check out...