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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Can I visible widget by using generic radio button

RM12
14-Alexandrite

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 ??

ACCEPTED SOLUTION

Accepted Solutions
abhiramk
13-Aquamarine
(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.

View solution in original post

3 REPLIES 3
abhiramk
13-Aquamarine
(To:RM12)

Hello,

 

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

RM12
14-Alexandrite
(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
13-Aquamarine
(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.

Announcements


Top Tags