LabVIEW configuration file/Colors: Difference between revisions
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... |
No edit summary |
||
Line 70: | Line 70: | ||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | ||
Notes: None<br/> | Notes: None<br/> | ||
== menu.background == | |||
Example: <code>menu.background=B0C1D2</code><br/> | |||
Description: Front Panel and Block Diagram menu background<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>D4D0C8</code> "(Light Gray)"<br/> | |||
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== blinkFG == | |||
Example: <code>blinkFG=E3F4A5</code><br/> | |||
Description: Blinking Front Panel component foreground<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>FFFF00</code> "(yellow)"<br/> | |||
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== blinkBG == | |||
Example: <code>blinkBG=B6C7D8</code><br/> | |||
Description: Blinking Front Panel component background<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>FF0000</code> "(red)"<br/> | |||
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== cursor.foreground == | |||
Example: <code>cursor.foreground=E9F0A1</code><br/> | |||
Description: Unknown<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>Unknown</code> "(red)"<br/> | |||
LabVIEW Versions: Unknown<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== cursor.background == | |||
Example: <code>cursor.background=B2C3D4</code><br/> | |||
Description: Unknown<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>Unknown</code> "(red)"<br/> | |||
LabVIEW Versions: Unknown<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== execPalette.foreground == | |||
Example: <code>execPalette.foreground=E5A0B1</code><br/> | |||
Description: Unknown<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>Unknown</code> "(red)"<br/> | |||
LabVIEW Versions: Unknown<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
== execPalette.background == | |||
Example: <code>execPalette.background=C2D3E4</code><br/> | |||
Description: Background color of the Front Panel and Block Diagram toolbars<br/> | |||
Datatype: <FONT COLOR=#0000FF>Integer (HEX)</FONT><br/> | |||
Permitted Values: <code>000000</code> to <code>FFFFFF</code><br/> | |||
Default Value: <code>EFEFEF</code> "(very light gray)"<br/> | |||
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Notes: None<br/> | |||
---- | ---- | ||
Revision as of 19:12, 5 May 2007
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
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
Example: menu.background=B0C1D2
Description: Front Panel and Block Diagram menu background
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
blinkFG
Example: blinkFG=E3F4A5
Description: Blinking Front Panel component foreground
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: FFFF00
"(yellow)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None
blinkBG
Example: blinkBG=B6C7D8
Description: Blinking Front Panel component background
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: FF0000
"(red)"
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None
cursor.foreground
Example: cursor.foreground=E9F0A1
Description: Unknown
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: Unknown
"(red)"
LabVIEW Versions: Unknown
OS's Supported:
Notes: None
cursor.background
Example: cursor.background=B2C3D4
Description: Unknown
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: Unknown
"(red)"
LabVIEW Versions: Unknown
OS's Supported:
Notes: None
execPalette.foreground
Example: execPalette.foreground=E5A0B1
Description: Unknown
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: Unknown
"(red)"
LabVIEW Versions: Unknown
OS's Supported:
Notes: None
execPalette.background
Example: execPalette.background=C2D3E4
Description: Background color of the Front Panel and Block Diagram toolbars
Datatype: Integer (HEX)
Permitted Values: 000000
to FFFFFF
Default Value: EFEFEF
"(very light gray)"
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