Hi,
I have an application in CVI that uses vision. I am using imaqDisplayImage to show what my vision search functions are doing. The problem is when the user activates a control on my panel, the imaqWindow goes in the background. I tried using imaqBringWIndowToTop and calling imaqShowWindow, but these only work within the imaq window itself. They don't bring the window to the front. Is there a way to set the window to be modal?