01-31-2019 03:28 PM
Selected ROI cursor got override to finger when ever the image display updates.
When move the mouse, cursor will change back to selected ROI cursor.
How do I debug this?
Solved! Go to Solution.
01-31-2019 11:03 PM
02-01-2019 10:16 AM
> You can get Current ROI tool via Property Node to see which ROI tool is selected during execution.
It's whatever user selected. User can change selection at runtime. But the selected cursor only show up while moving the cursor.
> Can you upload an example of what you are trying to achieve?
Here is what I want to achieve:
1. Display continuously acquired image;
2. Display user selected ROI cursor.
While try to create an example, I found the problem: Unset Busy.vi is called every times when update the image.
Problem solved. I've to move that vi to other place.
Thanks for reply.