08-13-2010 09:23 AM
I have a tab control and a stop switch in my user interface. The events are dynamically-registered and handled in another VI. There are two events: a Mouse Down event for the Stop switch and a Value Change event for the tab control. When I click on the stop button, the event handler takes the proper action. When I select a new tab on my tab control, the event handler does nothing. As a test, I switched the tab control event to a Mouse Down event instead of the Value Change event and that is invoked when I click on the tab control. Any ideas why my Value Change event is being ignored?
08-13-2010 09:30 AM
Can you attach a simplified example that shows the problem?
08-13-2010 10:17 AM
Can you post your exemple?
08-13-2010 11:14 AM
Sorry it took me a while. Here is an example.
Open the project, open both VIs, and run the event handler demo. Click on the tabs of the tab control and see no updates to the New/Old Values. Click stop to see execution stop.
08-13-2010 11:23 AM
I can confirm the bug in LabVIEW 2009 SP1. Everything works fine in LabVIEW 2010, so it seems it got fixed. 😉