BPA test – description

Hi Koen, This info will be added on Dojo very soon, under Resources > Other resources > Tools > DataMiner tools. I’ll keep you informed!

Context Menu – How to get the row instance

Hi Jens, When using ‘singleSelection’ by default the row key is passed as the last value of the contextData Object in your QAction. With your current setup the contextData object …

Context Menu – How to get the row instance

Hi Jens, see the context menu help section that explains how to use a context menu on a table. The object that is passed to the QAction can be casted as …

Redundant Polling with more than one main connection.

The redundant polling option was initially designed for protocols with 2 connections of the same type. Configuring extra connections on top of that might result in undefined behavior. By omitting …

.NET Remoting with eventing port

When using eventing, a random port is opened on the client machine to accept those events. Limiting to a range of ports would even need to be done on every …