automatic logon on dashboards (authentication API)

Access to the Web applications can also be granted through a ?ticket=[authentication ticket] query parameter. This will try to authenticate using the ticket and will bypass the login screen when …

How to change where driver loads DLL?

Gabriel, I would suggest to take a look at the following tag in your QActions: dllImport attribute | DataMiner Docs Also a small remark you say the DMA copies over …

Element Migration – How is the weight calculated?

Hi Jens, What I know is that this data is based on reports of Watchdog (..\Skyline DataMiner\Logging\WatchDog\Reports\…). That’s maybe a starting point for you to investigate further?

KMZ map layer

Hi Bernard, A KMZ file consists of a KML file and other support files (more information in this external link). You could uncompress the file using a ZIP tool. If …

Execute a QAction while another QAction is being run

Hi Paul The DataMiner SLProtocol process is indeed designed so everything gets put on a queue and is executed in sequence. More information can be found about it here: https://docs.dataminer.services/develop/devguide/Connector/InnerWorkingsSLProtocol.html …

Visio: Range slider control set range

I checked this internally, there might be a call that we could use in the driver to accomplish this: NT_UPDATE_DESCRIPTION_XML (127) | DataMiner Docs