cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Can I visible widget by using generic radio button

RM12
13-Aquamarine

Can I visible widget by using generic radio button

Hello ,

        I have added generic radio buttton on Thingworx 9.0 version, after click on generic radio button  can I visible label or text field widget ??

3 REPLIES 3
abhiramk
11-Garnet
(To:RM12)

Hello,

 

You can do it by binding radio button state to your label or textbox visible. 

RM12
13-Aquamarine
(To:abhiramk)

Is it possible with generic radio button??  actually I have to passed value after click in generic radio button  

please referred  below attachment 

RM12_0-1599103192682.png

 

 

abhiramk
11-Garnet
(To:RM12)

You can achieve it using validators, give your service selected rows value as input to validator and then evaluate expression by binding selected rows changed event.

Write your piece of code in validator and output as boolean. Give that validator output to visibility of your label/textbox.

Top Tags