02-22-2007 06:05 PM
02-23-2007 12:22 PM
02-23-2007 03:20 PM
Hi miguelc
A nice workaround would be to add a tab value change event to the existing cursor value change event. This will force an update to the other graph when it needs it. After you make this change it works as expected!
Chris Co
02-23-2007 03:44 PM - edited 02-23-2007 03:44 PM
Message Edited by miguelc on 02-23-2007 03:49 PM
Message Edited by miguelc on 02-23-2007 03:50 PM
02-23-2007 04:28 PM
In my test, I forgot to mention I also changed the cursor logic from index values to position values. I also changed the array incoming to increment every .25 for the Y values and left the X as you had it. It works like a dream. Your X values are such that 1.5,2.5,3.5,etc which may give unexpected results as far as trying to coerse to an even integar due to the rounding rules. Try the fix on real values and I am sure it will work.
If I was vague, Ill post it tomorrow if I get a chance.
Chris Co.
BTW. I do not feel that this is a bug since the point of a tab is to save on redraws and panel space. The bug it would seem to me is the fact that the cursor changed position at all without a redraw.
02-26-2007 11:39 AM