Reply To: help on ID information

PennController for IBEX Forums Support help on ID information Reply To: help on ID information

#10517
ElRk
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"));