Table of Contents

TextArea

com.ergotech.vib.graphics.TextArea

Image Examples

TextArea in the graphics palette TextArea graphic example
TextArea in the graphics palette. TextArea graphic example.

Overview

The TextArea graphic is a Basic Layout text field graphic used to display or enter longer text values.

TextArea is useful when an application needs a larger text display area, multi-line text, notes, messages, instructions, or runtime text updates.

TextArea shares common properties with other Basic Layout text field graphics. See Text Field Common Properties for shared font, color, editable, enabled, background, visibility, and data source behavior.

Common Uses

Input Behavior

The TextArea display can be updated from an input connection.

This can be useful when the TextArea needs to show a string value, message, or updated text from another source.

Output Behavior

TextArea can provide an output value through its PrimaryOutPort.

This allows the TextArea value to be used by other logic components when the graphic is configured to send or update values.

TextArea-Specific Behavior

TextArea supports longer text display and includes settings for how text is handled inside the field.

TextArea-specific settings may include:

Logic Ports

In the Logic Editor, TextArea may include ports such as:

The exact available ports may depend on the current MIStudio version and configuration.

Notes

For shared text field settings, see Text Field Common Properties.

For general graphic behavior, see Active Graphic.