Interactive Automation : Is it possible that the text wraps?
6th July 2023
Hi Jens, I always use this code to wrap the text after a specific number of characters. Usage: var wrapped = WrapText.Wrap(text, 150);
Answer
6th July 2023
Hi Jens, I always use this code to wrap the text after a specific number of characters. Usage: var wrapped = WrapText.Wrap(text, 150);
6th July 2023
Hi Jens I think the MaxWidth property of the Label class can be used to achieve this. Kind regards
6th July 2023
Hi Alberto, Another way is, in your cube app, you can provide a name for each agent. For example DMA01-Main, DMA01-Backup as alias; this will then reflect on the left …
6th July 2023
The latest version, which should include all the necessary fixes, is available in the catalog here: Catalog (dataminer.services).
6th July 2023
I took a quick peek on the catalog and found some connectors that might be of interest for you: Kafka producer and Kafka consumer MQTT client Other than these we …
6th July 2023
Aside from very old browsers not being able to reach the website (all major browsers have had SNI support for quite some time now), I’m not expecting further issues with …
6th July 2023
Hi, I think your question can be extended to the more general question ‘how to securely use secrets in automation scripts’ and I think this has somewhat been answered in …
6th July 2023
Hi Yuki, Is the video source url added in the proxy web.config settings file as described in DataMiner Documentation?
6th July 2023
Hi Michael, That should not be the case. Alarms should stayed masked after a DMA restart. Please could you let us know if you experience the same behavior if you …
6th July 2023
Hi Steve, At this moment, there is no target release defined for spectrum component support in the context for dashboard sharing. Please contact me to further discuss your situation and …
6th July 2023
Hi, I see that this question has been inactive for some time. Have you found a solution for this yet? If not, feel free to contact techsupport@skyline.be for assistance.
6th July 2023
Hi Luis, It is maybe a workaround, but it might unblock you while you wait for it to be tackled by SW. You can use a button in low-code apps …
5th July 2023
Hello Great to hear you are experimenting with the Grid visualization. It is a very powerful tool to take your dashboards and low-code apps to the next level. You have …
5th July 2023
Hi Stefan, You should be able to set the Cellphone location to <None> from Cube > System Center > Mobile Gateway. Most likely you’ll also need a DataMiner restart before …
5th July 2023
Hi Jeroen, You can find some sample code below. Note that I’ve hard-coded the section definition id and field descriptor id. Ideally you store the ids in a separate class …