02-28-2013 03:16 PM
I have a VI that I want to be able to move the scrollbar and then update the corresponding graph cursor position as I do it on separate controls. I experience a problem after moving the scrollbar about an inch where it appears to be firing and queing too many mouse move events and it bogs down the program. Any ideas on how to prevent this by averaging mouse move event samples or something?
Solved! Go to Solution.
02-28-2013 03:51 PM
Without looking at your code (do not have LV12 on this machine) I will take a wild guess that you have locked the front panel on the mouse move event. Try unchecking it and see if that helps. Phase II would be faking a lossy event queue, but I usually do not have to do that unless I am doing something really slow in response to an event.
02-28-2013 03:53 PM
Thank You. You hit the nail on the head.
02-28-2013 04:03 PM
Then mark Darin's message as the solution to your problem rather than your own thank you message. First, you will have to go to the options menu to the upper right of your message and unmark it as the solution.