-
General info
-
Projects
-
Project Actions
-
Project Widgets
-
- Arc
- Bitmap (Dashboard)
- Bitmap (EEZ-GUI)
- Button (Dashboard)
- Button (EEZ-GUI)
- Button (LVGL)
- ButtonGroup
- DisplayData
- Image
- Label
- Markdown
- MultilineText
- Panel
- Rectangle (Dashboard)
- Rectangle (EEZ-GUI)
- ScrollBar
- Text (Dashboard)
- Text (EEZ-GUI)
- Textarea
- ToggleButton
- Embedded Dashboard
- ButtonMatrix
- List (LVGL)
- Menu
- MessageBox
- Span
- Table
- Tabview
- Tab
- Tileview
- Window
- Show Remaining Articles16 Collapse Articles
-
- Calendar
- Checkbox (Dashboard)
- Checkbox (LVGL)
- Colorwheel
- Dropdown (Dashboard)
- Dropdown (EEZ-GUI)
- Dropdown (LVGL)
- Imgbutton
- Input (EEZ-GUI)
- Keyboard
- NumberInput
- Radio
- Roller (EEZ-GUI)
- Roller (LVGL)
- Scale
- Slider (Dashboard)
- Slider (EEZ-GUI)
- Slider (LVGL)
- Spinbox
- Switch (Dashboard)
- Switch (EEZ-GUI)
- Switch (LVGL)
- Terminal
- TextInput
- UpDown
- Show Remaining Articles10 Collapse Articles
-
- Bar
- BarGraph
- Chart
- EEZChart
- Gauge (Dashboard)
- Gauge (EEZ-GUI)
- LineChart (Dashboard)
- LineChart (EEZ-GUI)
- Meter
- Progress (Dashboard)
- Progress (EEZ-GUI)
- QRCode (Dashboard)
- QRCode (EEZ-GUI)
- Spinner (Dashboard)
- Spinner (LVGL)
- Plotly
- Tabulator
- AnimationImage
- Canvas
- Led
- Line
- Show Remaining Articles6 Collapse Articles
-
-
Instruments
-
How to create an IEXT
SetColorTheme
Description
Changes the active color theme.
Properties
Specific
-
Theme
EXPRESSION (any)
-
The name of the theme to became active.
General
-
Description
String
-
This is the description of the Action component. Description is displayed below the component in the Project editor/viewer. In the main toolbar, it is possible to hide or display descriptions of all components with one click.
Flow
-
Inputs
Array
-
Additional component inputs that the user can add as desired in order to use them to receive additional data needed when evaluating expressions in properties. Each input is given a name and type. Name is used when referencing an input within an expression. A type is used to project Check to check whether a data line that transmits data of that type is connected to the input or not.
-
Outputs
Array
-
Additional component outputs that the user can add to send data through. Each output is assigned a name and type. An example of using this output is e.g. in the Loop component, where we can put the output name for the
Variable
property instead of e.g. variable name. In that case, the Loop component will not change the content of the variable in each step, but will send the current value through that output. -
Catch error
Boolean
-
If this checkbox is enabled then an
@Error
output will be added to the component and if an error occurs in this component during the execution of the Flow, the Flow will continue through that output. The data that will be passed through that output is the textual description of the error.
Position and size
-
Align and distribute
Any
-
Alignment icons and component distribution. Alignment icons appear when two or more components are selected, and distribution icons appear when three or more components are selected.
Inputs
-
seqin
SEQ | OPTIONAL
-
A standard sequence input.
Outputs
-
seqout
SEQ | OPTIONAL
-
A standard sequence output.