03-16-2020 09:11 AM
I want to connect each radio button to a property node so they all get updated at once.
Solved! Go to Solution.
03-16-2020 09:17 AM
Hi RHutchings,
@RHutchings wrote:
I want to connect each radio button to a property node so they all get updated at once.
What exactly do you want to connect?
What is "each radio button" when your "Script View" control is just one radio button control (with several items inside)?
What do you want to achieve?
03-16-2020 09:18 AM
03-16-2020 09:19 AM
I want to view these text boxes as I select them. I want all the others to be hidden.
03-16-2020 09:29 AM
Hi RHutchings,
@RHutchings wrote:
I want to view these text boxes as I select them. I want all the others to be hidden.
There are no "text boxes" in your VI or your image.
What do you want to hide?
(Why don't you use an ordinary enum control instead of readiobutton control when you want only one item visible to the user?)
03-16-2020 09:43 AM
Will the enum box reset all other text box views to false? I only show the property nodes to the text boxes set to view.
03-16-2020 09:48 AM
Hi RHutchings,
@RHutchings wrote:
Will the enum box reset all other text box views to false? I only show the property nodes to the text boxes set to view.
Which "textboxes" are you talking about? You didn't show them nor do you explain them…
You still didn't explain in a clear way what you really want to achieve!
03-16-2020 09:48 AM
The only way I see to do this is to have a case select with all the nodes in each case. That doesn't seem like the right way to go about this.
03-16-2020 09:49 AM
Hi RHutchings,
@RHutchings wrote:
The only way I see to do this is to have a case select with all the nodes in each case. That doesn't seem like the right way to go about this.
Please explain what you are trying to achieve!
What are "do this" and "about this"?
03-16-2020 09:52 AM
As clear as I can say it, I have 6 textboxes that I would like to have hidden until I need to edit one.