07-24-2012 03:45 AM
Hi,
I am still writing my program and having difficluties with the graph thing and especially with cursors. I am using the cursorlist to add cursors at runtime according to certain events in my data file, because i have an awfull lot of data, i only loads 20 seconds of data at a time into my graph area, so it doesn't always show the cursors and sometimes there are 2 cursors on the screen. Now the thing is; when i scroll through my data (with scrollbar controller) the data is being reloaded every time, (or with an interval of 5 seconds data) then hte cursors should also be drawn again, but sometimes it happens and sometimes not? These are cursors list attributes that i wired:
Name
Position.X
Allow Drag
Cursor Mode
Style
Does anyone have tips to better understand the whole cursor thing?
Best regards,
Thijs Boree
Solved! Go to Solution.
07-24-2012 03:58 AM
Solved it...
It was a timing issue, i solved it with a sub vi with the cursor handeling in it!