LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can the background color of a Prompt Pop-up window be changed in LabWindows/CVI

I am tring to find the equivalent code to SetColorPaletteValue (3, 192, 192, 64) that I used in LabWindows for DOS. This command would change the background color of the next prompt pop-up window that was called. I am trying to color code the prompt pop-up window to our process drawings without having to create a whole new uir and supporting software code.
0 Kudos
Message 1 of 2
(2,691 Views)
No, the pre-made popup windows in CVI use the color scheme from the system settings (Control Panel->Display->Appearance). If you want custom colors other than the system settings, make your own panel and use InstallPopup and RemovePopup to make it behave like a modal window.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,691 Views)