02-01-2022 02:16 PM
I want change cursor type when mouse hover on graph cursor, but I get error 1077.
Solved! Go to Solution.
02-01-2022 03:36 PM
Does this only happen when you click the mouse down? It seems you cannot change the cursor when the mouse is down, so you should make sure the mouse is not down before changing it. Also, I edited so it will stop the for loop if you find a match, otherwise when you have multiple cursors it will not find a match if they have different x-coordinates.
You should also try to match X and Y (set equals to compare aggregates), and you should only update the cursor if there is a change since the last time you updated it.
02-08-2022 04:01 PM
Thanks!
02-10-2022 07:09 AM
But it don't work if I will add "Scale Range Change" event