From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW build popups blacked out

Solved!
Go to solution

Hello,

 

i would like to ask if somebody met with the issue "LabVIEW windows blacked out". What I mean? Please see pictures.

 

While building exe (approx 15 min), after 10 min of building the build window blacked out, just the menu and the progress bar had colors.
After build was done i have clicked somewhere the "Done" button should be and blindly closed the project.

 

I am using: Win10, LabVIEW 2016. Project is a bit huge with 2800 files, used actor framework.

 

There was some similar issue a lot of years ago: https://forums.ni.com/t5/LabVIEW/Black-menu-bar-in-LabVIEW-7-Palettes-blacked-out-also/m-p/100465#M6...

 

Thank you.

0 Kudos
Message 1 of 5
(2,783 Views)
Solution
Accepted by topic author TiborK

Try modifying the LabVIEW.ini file

 

1. Locate LabVIEW.ini . This should be in the same directory  that LabVIEW was installed in. Alternatively, you can search for LabVIEW.ini in the Windows search box. 
2. Open the file with notepad (may have to run notepad as administrator). 
3. Add the line "menubar.background=d4d4d4" without quotes.
4. Hit save.
5. Try running LabVIEW normally and see if there are any improvements.

 

Octavio S.

Applications Engineer

National Instruments

 

 

 

 

0 Kudos
Message 2 of 5
(2,721 Views)

Finally the "menubar.background=d4d4d4" helped. Now the BG is different but not blacked out.

0 Kudos
Message 3 of 5
(2,712 Views)

Did anyone mess with the colors or themes within Windows?  In older versions of windows, you used to be able to individual control the colors and fonts of many different aspects of the Windows system properties.  Menu color and dialog color I believe were among them.  I'm not sure it is possible on Windows 10.  Windows 10 moved a lot of settings around from where they used to be in Win7 and WinXP days.  I know you can play with themes, but I don't know if you can still have control over the individual Windows elements.

0 Kudos
Message 4 of 5
(2,707 Views)

I know it's a bit late, but maybe it will help someone else 😉

If you have a really large application with a lot of SUB-Vis you will have too many GDI Objects in your project. Here is the solution how to modify your Win10! Follow the links or execute the attached .reg file.

 

 

Best Claude

CLA / CTD
0 Kudos
Message 5 of 5
(1,680 Views)