Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello
Buttons in ThingWorx only contain click events.
If I have a button widget that returns true / false depending on when it is pressed and not pressed, can I share it?
An event should also occur when it is not pressed when pressed.
I would really appreciate if anyone could share it.
In addition, the pressed button that I say is as follows.
Solved! Go to Solution.
Try value display in order to show both images depending on true/false (Conditional Formatting) for recording "button" state you can use a hidden checkbox widget for instance.
Try value display in order to show both images depending on true/false (Conditional Formatting) for recording "button" state you can use a hidden checkbox widget for instance.
Thank you.
Based on your feedback, i performed the desired function through the Validate widget, check box widget, and two button widgets.