Component: Static Text (2D Shapes): Difference between revisions
Appearance
Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Steve Tandy |- | width="20%" style="color:gray;" | Version | 1.1 |- | width="20%" style="color:gra..." |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 14: | Line 14: | ||
==Static Text component== | ==Static Text component== | ||
A text component for the 2d panel. | A text component for the 2d panel. | ||
==Component Pack== | |||
FREE | |||
==Detailed description== | ==Detailed description== | ||
''No detailed description exists yet for this component'' | |||
==Examples== | |||
The example file shows how to change both static text colour and text on the fly | |||
Static text can only be added to the 2D panel only. | |||
{| | {{Fcfile|Static Text Example.fcfx|Static Text Example}} | ||
|} | |||
==Downloadable macro reference== | |||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetText''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | Sets the text of the label | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING | | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING | ||
| width="90%" | | | width="90%" | sText | ||
|- | |- | ||
| colspan="2" | The text for the label | |||
| colspan="2" | The | |||
|- | |- | ||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| Line 141: | Line 67: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 237: | Line 163: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Connections''' | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Simulations''' | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 14:23, 13 July 2026
| Author | Steve Tandy |
| Version | 1.1 |
| Category | 2D Shapes |
Static Text component
A text component for the 2d panel.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
The example file shows how to change both static text colour and text on the fly
Static text can only be added to the 2D panel only.
Downloadable macro reference
| SetText | |
| Sets the text of the label | |
| sText | |
| The text for the label | |
| Return | |