06-11-2008 07:27 AM
06-11-2008 08:38 AM - edited 06-11-2008 08:40 AM
06-11-2008 08:58 AM - edited 06-11-2008 09:04 AM
06-11-2008 09:12 AM
Hello Neemtt,
Sorry, the answer is no. I created the example with CVI8.5. But don't worry, I converted it to CVI80. You can find it in the attachment. The only change I needed to make was calling the EnableExtendedMouseEvents for the graph, and moving the code from the panel callback into the graph callback. After calling the EnableExtendedMouseEvents function, the graph's callback function will also be called with the EVENT_MOUSE_MOVE event.
06-11-2008 10:41 AM
06-12-2008 03:26 PM
06-13-2008 02:14 AM
Hello Neemtt,
Sorry, but you cannot alter the point style of a single point of a plot. There are a few other things you might consider to do:
Personally I would go for the first solution.
06-13-2008 03:36 PM
06-16-2008 02:30 AM
Hi Neemtt,
To obtain the index of the selected item, use GetCtrlIndex.
To obtain the value of the selected item, use GetCtrlVal.