01-25-2023 11:12 AM
Hello dear all,
Solved! Go to Solution.
01-25-2023 11:47 AM - edited 01-25-2023 11:50 AM
What value should the slider have after cancel? (What it was at the start of the program? Something else?)
It seems completely silly to trigger events using value signaling properties and have a 1ms timeout containing a 100ms wait. Since you are polling anyway to display the time, all you need is a case structure. Why are the "items" controls if you use them as indicators? Why not use a single always visible string indicator that changes the text?
01-25-2023 11:57 AM
Hi dear altenbach,
Not what it was at the beginning of the program but:
01-25-2023 12:11 PM - edited 01-25-2023 12:12 PM
You simply need to store the values in an array, one element per state. Here's a quick draft.
01-25-2023 12:43 PM
Thanks you vers much @altenbach