01-10-2013 09:47 AM
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
Solved! Go to Solution.
01-11-2013 04:08 AM
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.
01-11-2013 06:10 AM
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...
01-11-2013 06:57 AM
Screenshot ? Is there something on the Windows taskbar ? A debugging window maybe (DrWatson or something).
01-11-2013 08:07 AM - edited 01-11-2013 08:12 AM
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.
If minimize is clicked, the application will minimize, but the small box stays. If close is clicked, the program will close.
01-15-2013 10:54 AM
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.
01-16-2013 02:25 AM
Hi,
Thank you for the solution. It was indeed caused by the nView desktop manager.