Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Christian S
on
Have scripts access to the Textboxes?

In my case I could maybe create two textboxes where I'll enter the car numbers of the teams i want to change focus to.
For each Textbox there would be a script, that reads the value (carnumber), and switches the focus to that car.

To avoid making those scripts run the whole time, a storyboard could be used to call the scripts only once?

Sth. like this

Storyboard start
Wait 5 min
Execute script 1 (carnumber textbox1)
Wait 5 min
Execute script 2 (carnumber textbox2)
Restart Storyboard

Could that work?