Blinking a Text Field backgroud by Scripting

I recommend using the style customizer to set up with example low and high alarms, then use cell bindings in the style dataset to replace those values with your indirect tag binding results.

You are crashing your client because you are using sleep() in a foreground task. Never do this. If you have a process need for a sleep() call, you must use a background thread (via invokeAsynchronous), which are not allowed to interact with gui components.

1 Like