Field Object Information
Field Object Properties Tables
Text Field
| Item | Description |
|---|---|
| Name | Name of the text field to be displayed in the Object View pane. |
| Text | String value displayed by the text field. |
| Placeholder | String prompt to display when the text field is empty. |
| Input Hint | The preferred keyboard mode to display when the on-screen keyboard appears. |
| Echo Mode | Sets the display behavior for characters being typed in. Password mode displays the characters as asterisks (*). |
| Enabled | Checkbox to enable/disable the text field's use. |
| Use On-Screen Keyboard | Checkbox to enable/disable the on-screen keyboard for typing. |
| Focus Index | The order in which objects will receive input focus when pressing the Tab key. |
| Auto Focus | Checkbox to enable/disable input focus when the page is opened. |
Numeric Field
| Item | Description |
|---|---|
| Name | Name of the numeric field to be displayed in the Object View pane. |
| Value | Numeric value used for display. |
| Enabled | Checkbox to enable/disable the numeric field's use. |
| Use On-Screen Keyboard | Checkbox to enable/disable the on-screen keyboard for typing. |
| Focus Index | The order in which objects will receive input focus when pressing the Tab key. |
| Auto Focus | Checkbox to enable/disable input focus when the page is opened. |
Format
| Item | Description |
|---|---|
| Preview | Shows an example of how the numbers will be displayed. # represents digits, 0 represents zero-filling, and H represents Hexadecimal. |
| Decimal Places | Number of digits displayed after the decimal point. |
| Use Leading Zeros | Checkbox to enable/disable the minimum number of zeros displayed before the decimal point. |
| Leading Zeros | The minimum number of zeros to display before the decimal point if Use Leading Zeros is enabled. |
| Base | Numeric base system to used. Decimal uses base 10 (0-9) and Hexadecimal uses base 16 (0-F). |
| Use Thousands Separator | Checkbox to enable/disable the display of a comma after every three digits. |
| Min Value | Defines the minimum value that the user is allowed to input. |
| Max Value | Defines the maximum value that the user is allowed to input. |
| Prefix | Optional prefix string to display in front of the numeric value. |
| Suffix | Optional suffix string to display after the number value. |
Shared Properties
Appearance
| Item | Description |
|---|---|
| Visibility | Checkbox to enable/disable the field object's visibility during project runtime. |
| Opacity | Slider to set the field object's opacity during project runtime. |
| Blinking | Checkbox to enable/disable the field object's ability to blink during project runtime. |
| Blinking Interval (ms) | Sets the interval the field object blinks, in milliseconds, during project runtime. |
| Font Name | The font used to display the text. |
| Font Size | The size of the text being displayed. |
| Italic | Checkbox to enable/disable the text being italicized. |
| Bold | Checkbox to enable/disable the text being bolded. |
| Underline | Checkbox to enable/disable the text being underlined. |
| Font Color | The color of the text being displayed. |
| Fill Type | The type of background fill to use for the field object. |
| Fill | The color to use for the background fill if the Fill Type is enabled. |
| Horizontal Alignment | The left/right alignment of the text within the text box. |
| Vertical Alignment | The up/down alignment of the text within the text box. |
Stroke
| Item | Description |
|---|---|
| Width | The thickness of the stroke in pixels. |
| Stroke Color | The color used when drawing the stroke. |
| Stroke Type | The drawing method when drawing the stroke None removes the stroke. |
Position
| Item | Description |
|---|---|
| X | The field object's X-axis position on the screen. |
| Y | The field object's Y-axis position on the screen. |
| Width | The field object's width. |
| Height | The field object's height. |
| Z Index | The field object's display order if behind or on top of other objects. |
| Rotation | The field object's rotation, in degrees. |
| Use Percentage | Checkbox to enable/disable the rotation center ranging from 0.0 to 1.0. If disabled, the rotation is in pixels. |
| Rotation Center X | Controls the horizontal location of the rotation anchor. |
| Rotation Center Y | Controls the vertical location of the rotation anchor. |
Actions
On Enter
| Item | Description |
|---|---|
| Add New Command | Adds a new command from the command functions list to bind to the field object. Activates after entering the input. |