Native Text
Native Text widget is using the native Text widget provided by the operating system,
so it may have better but different looking and better performance.
It can be used either as Text Input widget to input text or write a PV, as
Text Update widget to display PV value or Label widget
to display static text. So it inherited most of the properties from these widgets and
added some special properties as listed below.
Tip: Native Text may not only have better looking,
but also have significantly better performance in WebOPI,
so it is strongly recommended to use native text widgets as much as possible for OPI to be ran in WebOPI.
Special Properties
- Next Focus (next_focus).
- The next widget to get focus after finishing inputting
on this widget. The "Next" option is useful if you are embedding this widget in
an array widget or have several text widget and want to input data
one by one.
- Show Native Border (show_native_border).
- Show the native border of this widget.
- Password Input (password_input).
- Use as a password input widget.
- Read Only (read_only).
- True if this widget is not editable.
- Show Horizontal Scrollbar (show_h_scroll).
- Show native horizontal scrollbar.
- Show Vertical Scrollbar (show_v_scroll).
- Show native vertical scrollbar
See Also