studio icon indicating copy to clipboard operation
studio copied to clipboard

Cross-platform low-code GUI and automation

Results 100 studio issues
Sort by recently updated
recently updated
newest added

Following up on a discussion on Discord: On OS X it is possible to have multiple python versions and / or installations. This causes some confusion/problems when a user runs...

When adding a new IEXT, the corresponding SCPI command help is not displayed. Only after restarting EEZ Studio will the help text be displayed.

bug
P4-minor

Hi It would be useful to add support for C code génération from command line. It would allow projects with eez studio to integrate nicely in Continous integration systems (Aka...

enhancement
help wanted
documentation

Some measurements are creating multiple lines in a dynamic way. Common examples: - Discharging a battery for a range of discharge rates. It is not known during programming how many...

enhancement
documentation

I would like to be able to have 2 (or more) y-axes on graphs. This would require a possibility to choose which y-axis a line is connected to in the...

enhancement
documentation

Add one or more of the following functions to simplify bit manipulation: `bit()`, `bitClear()`, `bitRead()`, `bitSet()`, `bitWrite()`, `highByte()`, `lowByte()`

enhancement

The object `lv_tabview` used to organize the content using tabs is missing. Example: [lv_tabview](https://docs.lvgl.io/master/widgets/tabview.html)

task
LVGL

LVGL has several events specific to screens (load/unload). These events can currently not be used in flow because there is no event handling and interface for it. It is convenient...

task
LVGL

In native code I would like to have an API to change to trigger a specific flow action. It should be clear if this API is thread safe with respect...

task
EEZ Flow