12-02-2008 07:17 AM
12-02-2008 07:56 AM
Do you have any timing in your loops (it is always a good idea to have loops wait/sleep to aid the OS in thread switching), are your time critical code an a seperate thread (loop). Proper timing of vi will alleviate these issues. Remember though that when you move the screen there is alot of stuff to do, redraw all controls ....
Try to put a small wait in your loop if possible and see if this helps, it should make the thread switching less noticable.
12-02-2008 08:40 AM
12-02-2008 09:02 AM
12-02-2008 10:10 AM