Solved
How to Change Value Display Widget When I Press the Button?
- January 11, 2023
- 2 replies
- 4098 views
Hi,
I want to change image of Value Display widget to toggle when I press the button.
For example, on the first screen, "check.png" image is shown, and "cancel.png" image is shown when I press the button.
And press the button again, "check.png" image is shown again.
Please tell me how to handle button click events in this situation.
Image is in the SystemRepository and get string path from get_check_image service in test_image Thing.
And pass the string path to LoadImage service in SystemRepository Thing.
Thanks in advance.
Jenny.

