Table of Contents

TextField

com.ergotech.vib.graphics.TextField

Image Examples

TextField in the graphics palette TextField graphic example
TextField in the graphics palette. TextField graphic example.

Overview

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

TextField is useful when an application needs a single-line text field for user input, displayed values, status text, or runtime text updates.

TextField 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 TextField display can be updated from an input connection.

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

Output Behavior

TextField can provide an output value through its PrimaryOutPort.

This allows the entered or displayed text value to be used by other logic components.

TextField-Specific Behavior

TextField is designed for single-line text display or text entry.

TextField-specific settings may include:

Logic Ports

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

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

Notes

Use TextField for single-line text display or entry.

For longer or multi-line text, see TextArea.

For decimal numeric values, see DoubleTextField.

For whole-number values, see IntegerTextField.

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

For general graphic behavior, see Active Graphic.