12-09-2020 11:15 AM
My first introduction to these. I made a simple little VI, but clicking on the menu items does NOT fire the event. I know the .rtm is 'associated with' the vi because the menu items appear when I run it. I even used the Event Inspector Window, and it registered exactly 0 events. What stupid little mistake have I made? Much thanks, mentors, paul
{seems we're not allowed to attach rtm files???}
Solved! Go to Solution.
12-09-2020 12:14 PM
You're catching the menu activation of the GoButton control, not the VI.
12-09-2020 02:20 PM
Yep, I wandered off into the wrong dark corner, thanks again - paul