Component: Dashboard Text (Runtime Tools)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.1
Category Runtime Tools


Dashboard Text component

A simulation only text box that can be used to display text and numbers.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_Dashboard_Text.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_Dashboard_Text.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

Clear

Fc9-comp-macro.png Clear
Remove all text from the display. 
Fc9-void-icon.png - VOID Return


PrintLine

Fc9-comp-macro.png PrintLine
DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. 
Fc9-string-icon.png - STRING Text
The text to add to the display. 
Fc9-void-icon.png - VOID Return


PrintNumber

Fc9-comp-macro.png 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. 
Fc9-f32-icon.png - FLOAT Number
 
Fc9-u8-icon.png - BYTE Places
 
Fc9-void-icon.png - VOID Return


PrintString

Fc9-comp-macro.png PrintString
Add the given text to the display immediately after the most recent character and without beginning a new line. 
Fc9-string-icon.png - STRING Text
The text to add to the display. 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Text
Fc9-type-11-icon.png Start Text
Set the text that will appear when the component is initialised. 
Fc9-type-14-icon.png Lines
Set the number of lines of text that the display will show. Lines will scroll off the top of the box once the display is full. 
Fc9-type-3-icon.png Font
Choose the font for the text. Any font installed on your PC can be used. If your file is opened on another computer which does not have the specified font, an alternative will automatically be chosen. 
Fc9-type-16-icon.png Horizontal Align
Choose whether text will be aligned to the left, right or centre of the box width. 
Fc9-type-16-icon.png Vertical Align
Choose whether text will be aligned wih the top, bottom or middle of the box height. 
Fc9-conn-icon.png Colors
Fc9-type-1-icon.png Text
Color for the text characters. 
Fc9-type-1-icon.png Background
Color for the box background. 
Fc9-type-1-icon.png Bezel
Color for the bezel (3D border) 
Fc9-conn-icon.png Bezel
Fc9-type-15-icon.png Thickness
The thickness of the bezel (3D border). This thickness will be maintained even when the component is resized. 
Fc9-type-15-icon.png Margin
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.