PennController for IBEX › Forums › Support › help on ID information › Reply To: help on ID information
May 7, 2023 at 6:06 am
#10517
Participant
I found out by accident that it works only if something is typed in english.
If someone writes his/her name in greek (which is the experiment’s language) it’s not possible to press ‘Start’.
Is there a way to change this?
—————————————————————-
newTextInput("ID")
.print()
,
newButton("Start")
.print()
.wait(getTextInput("ID").test.text(/\w/))
,
newVar("ID")
.settings.global()
.set(getTextInput ("ID") )
)
.log ("ID" , getVar ("ID"));