GUIBlock Element/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
A GUI block is used to model user interfaces such as a |
A GUI block is used to model user interfaces such as a form's dialog box or a file viewer, browser or a graphic display view. It can be created or modified in the [[GUIDescriptionEditor-GUICodeDescriptionEditor|UI editor]]. |
||
Two variants are provided: |
|||
* Simple Elementary GUI actions |
|||
* Compound GUI actions |
|||
=== Simple Elementary GUI actions === |
|||
These are easy to define, but offer no workflow, other than displaying incoming values and producing output values. |
|||
They can be used to generate custom data entry dialogs, simple file viewers, etc. |
|||
When opened, they will render their input values in corresponding GUI widgets, such as labels, lists, tables, etc. |
|||
When closed via Accept", they generate updated values at corresponding output pins. |
|||
=== Compound GUI actions === |
|||
== See Also == |
== See Also == |
Version vom 12. August 2019, 20:13 Uhr
A GUI block is used to model user interfaces such as a form's dialog box or a file viewer, browser or a graphic display view. It can be created or modified in the UI editor.
Two variants are provided:
- Simple Elementary GUI actions
- Compound GUI actions
Simple Elementary GUI actions[Bearbeiten]
These are easy to define, but offer no workflow, other than displaying incoming values and producing output values. They can be used to generate custom data entry dialogs, simple file viewers, etc.
When opened, they will render their input values in corresponding GUI widgets, such as labels, lists, tables, etc. When closed via Accept", they generate updated values at corresponding output pins.
Compound GUI actions[Bearbeiten]
See Also[Bearbeiten]
A detailed example on how to define and use GUI blocks is found in the "A Modal Forms Dialog".