Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image AsyncMouseMove
#5
The mouse move event from the browser side triggers an enormous amount of requests to the server. There is a latency and the order that the messages are received on the server are not guaranteed to be exactly the same as generated on the browser.

If you move the mouse gently and slowly you get much more precise results.

I think the better solution here is to provide a delayed event trigger mechanism (similar to what we have in IWEdit KeyPress/KeyDown and KeyUp events), so the number of requests is reduced and you will get precise results.

In this case, the event will trigger after a little pause from the mouse (a few ms). Is this acceptable? This will require an update though. Are you in the latest IW 15 version?
Reply


Messages In This Thread
Image AsyncMouseMove - by Michael - 01-18-2022, 08:58 AM
RE: Image AsyncMouseMove - by Alexandre Machado - 01-20-2022, 10:00 PM
RE: Image AsyncMouseMove - by Michael - 01-21-2022, 07:45 AM
RE: Image AsyncMouseMove - by Michael - 04-11-2022, 11:52 AM
RE: Image AsyncMouseMove - by Alexandre Machado - 04-12-2022, 04:09 AM
RE: Image AsyncMouseMove - by Alexandre Machado - 04-13-2022, 02:22 AM
RE: Image AsyncMouseMove - by Alexandre Machado - 04-13-2022, 09:08 PM
RE: Image AsyncMouseMove - by Michael - 05-10-2022, 11:24 AM
RE: Image AsyncMouseMove - by PaulWeem - 05-10-2022, 04:17 PM
RE: Image AsyncMouseMove - by Michael - 05-12-2022, 04:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)