Difference between revisions of "Component: Dashboard Text (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| Line 15: | Line 15: | ||
A simulation only text box that can be used to display text and numbers. | A simulation only text box that can be used to display text and numbers. | ||
| − | ==Component | + | ==Component Source Code== |
| − | + | Please click here for the component source code: [https://www.flowcode.co.uk/wikicopy/componentsource/FC_Comp_Source_Dashboard_Text.fcfx FC_Comp_Source_Dashboard_Text.fcfx] | |
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 127: | Line 131: | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Text | ||
|- | |- | ||
|- | |- | ||
| Line 153: | Line 161: | ||
|- | |- | ||
| colspan="2" | Choose whether text will be aligned wih the top, bottom or middle of the box height. | | colspan="2" | Choose whether text will be aligned wih the top, bottom or middle of the box height. | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Colors | ||
| + | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | ||
| Line 168: | Line 180: | ||
|- | |- | ||
| colspan="2" | Color for the bezel (3D border) | | colspan="2" | Color for the bezel (3D border) | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Bezel | ||
| + | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-15-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-15-icon.png]] | ||
| Line 178: | Line 194: | ||
|- | |- | ||
| colspan="2" | Set the margin size. This is used to insert a small blank space to the left and right of the text, so that characters are not placed right up against the bezel. | | colspan="2" | Set the margin size. This is used to insert a small blank space to the left and right of the text, so that characters are not placed right up against the bezel. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
Revision as of 17:45, 9 November 2022
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Runtime Tools |
Contents
Dashboard Text component
A simulation only text box that can be used to display text and numbers.
Component Source Code
Please click here for the component source code: FC_Comp_Source_Dashboard_Text.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| Clear | |
| Remove all text from the display. | |
| Return | |
| PrintString | |
| Add the given text to the display immediately after the most recent character and without beginning a new line. | |
| Text | |
| The text to add to the display. | |
| Return | |
| PrintNumber | |
| Write the given number to the display. It will be placed immediately after the last character on the display without beginning a new line. | |
| Number | |
| Places | |
| Return | |
| PrintLine | |
| DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. | |
| Text | |
| The text to add to the display. | |
| Return | |