wish Posted October 12, 2007 Report Share Posted October 12, 2007 Hi all, I would like to know if there is any method by which i can register all the events which occur on another VI which is in edit mode? When the other VI is running i was able to capture all the events using the event structure. But I would like to do the same when this VI is in edit mode. I want to capture all events like menu selections , dropping of controls and functions on the front panel and block diagram, changing the value of the controls etc. Thanks in advance Regards, Wish Quote Link to comment
Aristos Queue Posted October 12, 2007 Report Share Posted October 12, 2007 QUOTE(wish @ Oct 11 2007, 05:55 AM) I would like to know if there is any method by which i can register all the events which occur on another VI which is in edit mode?When the other VI is running i was able to capture all the events using the event structure. But I would like to do the same when this VI is in edit mode. I want to capture all events like menu selections , dropping of controls and functions on the front panel and block diagram, changing the value of the controls etc. Thanks in advance No such luck. You can only register for events on running VIs. You could monitor at the OS level for generic keystrokes and mouse actions and then back calculate which control had focus/which control the mouse was over. Takes a lot of work, but it is doable. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.