Martin Vladić

Results 276 comments of Martin Vladić

The function [`String.formatPrefix`](https://d3js.org/d3-format#formatPrefix) is added for the Dashboard projects

Format specification for the `String.format` function when used in LVGL project must use `%` prefix. So, your expression should be `String.format("%.2f",1.1)`.

Can you explain the purpose of importing the same project twice?

I will investigate this. But, you should consider the following solution for your use case as implemented in this project: [test_dashboard.zip](https://github.com/eez-open/studio/files/15238805/test_dashboard.zip) Here, there is an user widget which has `device_idx`...

I think we should use Notebooks for this. Similar to InstrumentObject type, we can add NotebookObject type with following actions: - CreateNotebook: creates a new notebook with given name. For...

> It should log the runs and output generated by the dashboard This will be left to the developer. He can add some text in notebook history each time when...

[Electron](https://www.electronjs.org/) framework, that we use in Studio, has a [capturePage(rectangle)](https://www.electronjs.org/) API - so, it should be possible to implement this feature. But, it will be limited in the way that...

I think adding "Visible" expression property to each line would be solution for this.