08-16-2010 02:57 AM - edited 08-16-2010 02:59 AM
Hello,
I have a problem with cursors. I use a property node to set their positions x and y. The problem is that the cursors don't go to that position which I write. For example if I write 1480 to Cursor.PosX it sets the cursor's position to 1372. Same to Y. See my attachment. There are no other property nodes writing positions than that in the picture.
BR,
Jick
Solved! Go to Solution.
08-16-2010 03:25 AM
Changing them to free cursors helps but I am still wondering what might cause the behavior like that with Single-Plot cursor?!
Jick
08-16-2010 04:17 AM
08-16-2010 06:49 AM
Thanks for your reply,
Ok. This kind of rounding sounds still strange...
BR,
Jick
08-16-2010 01:17 PM
How is it strange? If, for example, you have the values 3 and 5 in your y array, you have the cursor locked to the plot, and you tell it to snap to a value of 4, it simply cannot lock to a value that does not exist. When you make it a free cursor, it does not know or care about actual values in the y array
08-17-2010 01:34 AM
Yes, I understand the theory of rounding. It was strange because I didn't understand why there is such a feature which rounds wanted cursor position. Fortunately I found the free cursor!
Jick