Component: Panel Console Viewer (Runtime Tools): Difference between revisions
Appearance
No edit summary |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 150: | Line 150: | ||
===AppendText=== | ===AppendText=== | ||
{| 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" | '''AppendText''' | ||
|- | |- | ||
| colspan="2" | Allows the text to be appended to without overwriting any existing text. | | colspan="2" | Allows the text to be appended to without overwriting any existing text. | ||
| Line 179: | Line 179: | ||
===AssignConsoleHandle=== | ===AssignConsoleHandle=== | ||
{| 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" | '''AssignConsoleHandle''' | ||
|- | |- | ||
| colspan="2" | Assigns a specific console handle to one of the text fields. | | colspan="2" | Assigns a specific console handle to one of the text fields. | ||
| Line 203: | Line 203: | ||
===GetText=== | ===GetText=== | ||
{| 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" | '''GetText''' | ||
|- | |- | ||
| colspan="2" | Allows the selected text to be read back. | | colspan="2" | Allows the selected text to be read back. | ||
| Line 222: | Line 222: | ||
===SetColor=== | ===SetColor=== | ||
{| 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" | '''SetColor''' | ||
|- | |- | ||
| colspan="2" | Sets the selected item's color. | | colspan="2" | Sets the selected item's color. | ||
| Line 246: | Line 246: | ||
===SetText=== | ===SetText=== | ||
{| 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" | Allows the selected text to be specified. | | colspan="2" | Allows the selected text to be specified. | ||
| Line 271: | Line 271: | ||
==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''' | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Runtime Tools |
Panel Console Viewer component
An easy way to display the data from up to four console windows on the panel.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DynamicTextField.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DynamicTextField.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AppendText
AssignConsoleHandle
| AssignConsoleHandle | |
| Assigns a specific console handle to one of the text fields. | |
| Item | |
| 1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
| ConsoleHandle | |
| Return | |
GetText
| GetText | |
| Allows the selected text to be read back. | |
| Item | |
| 0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
| Return | |
SetColor
| SetColor | |
| Sets the selected item's color. | |
| Item | |
| 0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4, 5=Border | |
| Color | |
| Return | |
SetText
| SetText | |
| Allows the selected text to be specified. | |
| Item | |
| 0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
| Text | |
| Return | |