Skip to main content
14-Alexandrite
September 2, 2020
Question

how i visible widgets like lables or dropdown by using generic radio button?

  • September 2, 2020
  • 2 replies
  • 2529 views

i am trying to visible dropdown by using generic radio button. 

 

2 replies

5-Regular Member
September 2, 2020

Hello @Ru_01,

You can bind the State property of the radio button to the Visible property of the Label or DropDown widgets.For example, if you select the Staff radio button, the State property of that widget will be set to true, and you can bind that to another widget to make it visible by binding it to the Visible property of that widget.

 

Regards,

Emmanuel

Ru_0114-AlexandriteAuthor
14-Alexandrite
September 3, 2020

There is no state property in generic radio button, please refer the below attachment

1-Visitor
September 3, 2020

Refer to the link below, which i have answered earlier, i think it will work for you.

 

https://community.ptc.com/t5/ThingWorx-Developers/Can-I-visible-widget-by-using-generic-radio-button/m-p/685209#M47611

1-Visitor
September 3, 2020

You could tie the selected text parameter to an expression widget that has a boolean output