04-16-2022 02:37 PM
Hello everyone, I wanted to know how I can do to enable or disable writing in a string controll with a boolean button.
04-16-2022 04:46 PM
You can use a "disabled" property node for the string.
(We can give more specific advice once we see your code)
04-16-2022 05:02 PM - edited 04-16-2022 05:03 PM
@altenbach wrote:
You can use a "disabled" property node for the string.
(We can give more specific advice once we see your code)
A Select function will also be needed to chose to write the enabled property to "Enabled<0>" when the boolean is set to enable the string control and "Disabled<1>" or "Disabled and Greyed<2>" when the boolean is in the other state.
04-16-2022 10:46 PM
Hi,
You find attached a VI that contains a solution for your problem.
Best Regards.
04-17-2022 10:39 AM
@Emna20 wrote:You find attached a VI that contains a solution for your problem.
Some quick comments: