LED display widget not clickable
I want to execute the service upon clicking LED display widget. I'm being able to do so with value display widget. But, is there any way to do the same with LED display widget?
I want to execute the service upon clicking LED display widget. I'm being able to do so with value display widget. But, is there any way to do the same with LED display widget?
Hello muzzammil,
I took a quick look into this and it would seem that there is no clicked action for the LED Display Widget as this widget is non-responsive.
With that said a noted workaround would be to overlay a Button Widget on top of the LED Display and then proceed to set all of the styles for the button to null color values (e.g. DefaultContainerStyle). You will also need to remove the value supplied for Text to ensure the button is empty. Lastly, you will want to set the Z Index for the button to be higher than the Z Index for the LED Display so that the button will be on top of the LED.
From here you can set the desired functionality to the Clicked action of the button.
Please let me know how this turns out.
Regards,
Tyler Misner
ThingWorx Technical Support Engineer
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.