Linux MouseDrag Events

I’m hoping someone can shed some light on an issue I’m running into. When I run an app under linux, things get very unpredictable during a MouseDrag. It almost seems like there are multiple drag events being handled at the same time… or could it have to do with remote debugging mac->virtual linux box? any thoughts?

Have you tried installing the Xojo IDE under your Linux VM and debugging in the native IDE to verify or disprove the remote debugger possibility?

That did resolve the strange behavior, but I can’t seem to duplicate the problem in a smaller project…

Ok, false alarm! The lag from the remote was allowing a 400ms timer to run immediately after the mousedown and before the mousedrag event leading to much confusion.