Widgets TEXTINPUT - thica/ORCA-Remote GitHub Wiki

TEXTINPUT

The textinput widget enable you to place a widget, where a user can input a free text. If it receives the focus, an input page with an virtual keyboard will be shown. Please note: This widget supports actions. The common widget attributes and the text attibutes are valid for this widget The following attributes are additional to these attributes

Attribute Description
type fixed: needs to be "TEXTINPUT". Capital letters!
destvar defines the system variable, where the user input should be stored into. Default is 'inputstring'
picturenormal You can place a background image at your input field. You have to give the name of the picture file including the full path. You should use variables to provide the path to your picture file. Please provide "none" if you do not want a background picture.

Below you see an example for a textinput widget

<element name='Inputfield' type='TEXTINPUT' posx='center' posy='%97' height='%70' width='%95'  fontsize='%h80' vtextalign='bottom' htextalign='left' destvar='inputstring' action='Send String' picturenormal='none' />
⚠️ **GitHub.com Fallback** ⚠️