11-06-2005 03:32 AM
11-06-2005 10:50 AM
Hi,
Which label are you referring too?
Regards
Ray Farmer
11-07-2005 12:08 AM
Hi,
I'm sorry i was not clear.
The label i mean is from the decorate section in the control panel.
i can change the font color but could not find where i control the background of the label.
11-07-2005 04:28 AM
Hi,
Is this the LabVIEW Decoration?
I think the only way is to do it statically using the paint brush tool.
If its a CVI Decoration then you could use the function SetCtrlAttribute (PanelHandle, ControlID, ATTR_FRAME_COLOR, color);
where color in an int containing the RGB value for the required colour.
Regards
Ray Farmer
11-07-2005 09:59 AM - edited 11-07-2005 09:59 AM
Yes Ray is right!!!
To get the paintbrush tool just hold down shift and right click. The paintbrush tool is the one on the bottom. You can change colors by pointing to whatever you want to change colors on and then right click and selecting your desired color.
Message Edited by Sam R on 11-07-2005 10:00 AM