Jump to content

LabVIEW configuration file/Colors

From LabVIEW Wiki
Revision as of 18:57, 5 May 2007 by Crelf (talk | contribs) (New page: This is a list of LabVIEW ini File settings relating to Colors. == panel.background == Example: <code>panel.background=00FFCC</code><br/> Description: Default Front Panel Color<br/> Datat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a list of LabVIEW ini File settings relating to Colors.

panel.background

Example: panel.background=00FFCC
Description: Default Front Panel Color
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: B3B3B3 (Medium Gray)
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

diagram.primColor

Example: diagram.primColor=22FC0B
Description: Background color of primitives on diagram
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: FFFFCC "(Light Yellow)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

diagram.background

Example: diagram.background=B2B2FF
Description: Default Block Diagram Color
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: FFFFFF "(White)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

scrollbar.foreground

Example: scrollbar.foreground=B1B2B3
Description: Scrollbar thumb and arrow button for both Front Panels and Block Diagrams
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: D4D0C8 "(Light Gray)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

scrollbar.background

Example: scrollbar.background=A1B2C3
Description: Scrollbar
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: D4D0C8 "(Light Gray)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

coercionDot

Example: coercionDot=B4C5D6
Description: Block Diagram coercion dots
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: 666666 "(Dark Gray)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None

menu.foreground

Example: menu.foreground=E7F8A9
Description: Front Panel and Block Diagram menu text
Datatype: Integer (HEX)
Permitted Values: 000000 to FFFFFF
Default Value: 000000 "(Black)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None


doubleClickToEditControl

Example: doubleClickToEditControl=TRUE
Description: Open the control editor with double click
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 7.1, 8.x
OS's Supported:
Notes: None