LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove the extra window when I start LabWindows/CVI or am executing my program?

Solved!
Go to solution

For a short while (maybe a week or more) I get an additional small window behind my application. Also, when I start LabWindows/CVI I get the same window. It is a small, empty window with the same title as the application. Pressing close (X) closes the application too.

 

I cannot remember that I have seen this before and do not know what has changed on my PC. It also happens with old (previously compiled) LabWindows programs, so it seems that something in Windows has changed.  I use Windows XP and LabWindows/CVI 9.0.0 (348).

 

Thanks,

 

Rob

0 Kudos
Message 1 of 7
(4,346 Views)

Is it a console window ? If so maybe you clicked on [Console application] in the [Target settings]. I think sending anything to stdout also brings up that window.

0 Kudos
Message 2 of 7
(4,334 Views)

No, it is no console window. Executables that previously (last year) not had this extra window now have.

Also the LabWindows/CVI environment itself now has got such a window...

0 Kudos
Message 3 of 7
(4,328 Views)

Screenshot ? Is there something on the Windows taskbar ? A debugging window maybe (DrWatson or something).

0 Kudos
Message 4 of 7
(4,325 Views)

Title of small box is identical to name of the Labwindows environment, or as the title of the executable, if another LabWindows generated executable is started instead..

With processExplorer can be seen that no other processes are started additionally.

 

 

Labwindows/CVI with empty workspace

 

 

 

If  minimize is clicked, the application will minimize, but the small box stays. If close is clicked, the program will close.

 

Minimized

 

0 Kudos
Message 5 of 7
(4,316 Views)
Solution
Accepted by topic author RobHoi

Hi Rob,

 

The window you are seeing is part of the CVI. It is the parent window to all CVI windows both in the environment and at run-time. Typically, this window is hidden way off screen so that you don't even know it is there. But some video adapters have a setting that forces all off-screen windows to move on-screen. Take a look in your video adapter settings to see if this setting exists on your driver. If it does, then disabling the setting will allow the window to hide off-screen.

National Instruments
Message 6 of 7
(4,280 Views)

Hi,

 

Thank you for the solution. It was indeed caused by the nView desktop manager.

0 Kudos
Message 7 of 7
(4,264 Views)