Component: String Label (Indicators): Difference between revisions
Appearance
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| Line 117: | Line 117: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Title | | width="90%" class="mtx-class-propfolder" | Title | ||
|- | |- | ||
| Line 151: | Line 151: | ||
| colspan="2" | Distance above component center to draw the title | | colspan="2" | Distance above component center to draw the title | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Label Properties | | width="90%" class="mtx-class-propfolder" | Label Properties | ||
|- | |- | ||
| Line 165: | Line 165: | ||
| colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value | | colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Defaults | | width="90%" class="mtx-class-propfolder" | Defaults | ||
|- | |- | ||
| Line 174: | Line 174: | ||
| colspan="2" | The label Text colour | | colspan="2" | The label Text colour | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Value 1 | | width="90%" class="mtx-class-propfolder" | Value 1 | ||
|- | |- | ||
| Line 188: | Line 188: | ||
| colspan="2" | The label Text colour when in the specified range | | colspan="2" | The label Text colour when in the specified range | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Range 2 | | width="90%" class="mtx-class-propfolder" | Range 2 | ||
|- | |- | ||
| Line 202: | Line 202: | ||
| colspan="2" | The label Text colour when in the specified range | | colspan="2" | The label Text colour when in the specified range | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Range 3 | | width="90%" class="mtx-class-propfolder" | Range 3 | ||
|- | |- | ||
| Line 216: | Line 216: | ||
| colspan="2" | The label Text colour when in the specified range | | colspan="2" | The label Text colour when in the specified range | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Range 4 | | width="90%" class="mtx-class-propfolder" | Range 4 | ||
|- | |- | ||
| Line 230: | Line 230: | ||
| colspan="2" | The label Text colour when in the specified range | | colspan="2" | The label Text colour when in the specified range | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Range 5 | | width="90%" class="mtx-class-propfolder" | Range 5 | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Indicators |
String Label component
Allows a numeric label to be displayed on the user panel. Used for displaying the value of a variable during simulation runtime. Provides up to 5 customisable ranges to automatically alter the colour of the label based on the value.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_TextLabel.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_TextLabel.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
DisplayString
| DisplayString | |
| Displays a string value on the label. | |
| Value | |
| Integer value to display | |
| Return | |
SetForegroundColour
| SetForegroundColour | |
| Allows the user to manually specify the default colour of the foreground text. | |
| Colour | |
| RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent | |
| Return | |