Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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 ??
Solved! Go to Solution.
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.
Hello,
You can do it by binding radio button state to your label or textbox visible.
Is it possible with generic radio button?? actually I have to passed value after click in generic radio button
please referred below attachment
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.