08-24-2010 01:53 PM
Hello, I use the Labview 8.2.1 and I would like to ask something about event handler.
I have some buttons and I use an event handler to perform their tasks. The buttons are used only with the mouse and not programmatically.
Now, I want to use a button programmatically without pressing it. I didn't find how to do this, so I created a boolean variable and I added to the event handler of a button a second "Event Specifier" of that boolean variable with the event "value change".
I assumed that it would work, but it does not, that is, the event handler is not used when the value of the boolean variable changes.
How can I solve it?
Thank you in advance.
Solved! Go to Solution.
08-24-2010 01:59 PM - edited 08-24-2010 02:00 PM
Write to the Value(Sgnl) property node of the variable you want to change. This will set off an event programatically.