Jump to content

System Label: Difference between revisions

From LabVIEW Wiki
No edit summary
m more precisions...
 
Line 1: Line 1:
A '''System Label''' is a text decoration found on the ''Controls>>System'' palette.  It is very useful because it's background and border inherit (adapt automatically) to the color of the block diagram or front panel objects they are placed upon.  This makes them useful for labeling wires as a form of code commenting.
A '''System Label''' is a text decoration found on the ''Controls>>System'' palette.  It is very useful because it's background and border inherit (adapt automatically) to the block diagram or front panel colors, independently of the colors of possible underlying objects.  This makes them useful for labeling wires as a form of code commenting. The corresponding "chameleon" color code is 0x01000037 (d16777271), although it appears as R0:G0:B0 in the LabVIEW color picker.


[[Image:System Label.png|center]]
[[Image:System Label.png|center]]


[[category:user interface]]
[[category:user interface]]

Latest revision as of 20:30, 4 January 2009

A System Label is a text decoration found on the Controls>>System palette. It is very useful because it's background and border inherit (adapt automatically) to the block diagram or front panel colors, independently of the colors of possible underlying objects. This makes them useful for labeling wires as a form of code commenting. The corresponding "chameleon" color code is 0x01000037 (d16777271), although it appears as R0:G0:B0 in the LabVIEW color picker.