PennController for IBEX › Forums › Support › Progress bar › Reply To: Progress bar
April 17, 2020 at 3:08 pm
#5076

Keymaster
Hello Jan,
Yes, you can set the showProgressBar and progressBarText variables, as described in Ibex’s manual. Example:
PennController.ResetPrefix(null); var showProgressBar = false; newTrial( newButton("Test").print().wait() )
Jeremy