text input as canvas in inline_script
in OpenSesame
@eduard and others:
Do you know how to create a text input canvas in an inline_script?
@eduard and others:
Do you know how to create a text input canvas in an inline_script?
Comments
When i use the text_input_form performance is very slow. Or i am typing too fast
Not all the letters appear in the text.
So i thought to try another way.
Sorry. I found it.
http://osdoc.cogsci.nl/3.1/manual/forms/widgets/text_input/
This is a known issue with the xpyriment and psycho backends. If you switch to legacy, you'll find that it works smoothly. But that's not always ideal either, of course. So more tips are on this page:
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
How do i make the mouse disappear after the text_input ?
The thing to know is that
mouse()is not itself amouseobject, but a function that returns amouseobject when you call it. So if you want to change the visibility of the cursor immediately, you should first create amouseobject and then callshow_cursor()on it. Like so:(In other words, it works just like with a
canvasobject.)You can combine this into a single line, like so:
Cheers!
Check out SigmundAI.eu for our OpenSesame AI assistant!