Upgrade from 10.2 installer to 10.4

Hi Matthijs, when I tried upgrading directly from 10.2 to 10.4 I ran in to issue with one of the verification steps getting stuck, I had the same issue on …

Visio Hide/Show based on Service

Hi Rebecca, Here is another option. Create the service template and add both encoder types as child elements.  I had a customer who wanted 6 different IRDs to be optional …

IAS Dropdown – filter in UI

FYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1

DIS installation failed

Hi Simon Could you make sure you are on the latest version of Visual Studio 2022 (17.9.1)? More information about the prerequisites can be found here.

RTE: Thread Problem in SLProtocol.exe

Hi Alberto, I am facing a similar issue for one of my customers. In my case, I found out the issue to be a driver problem. The way I found …

Buffering a Serial gzip Response

Hi Chian, It could be that the (string) data is being truncated because of 0x00 bytes in the received data. To solve this you could try to read the raw …

Tree Control: relation ingore second or third table

Hi Francisco, An advanced hierarchy with multiple child tables for the same parent table, requires a condition that specifies from which table the children should be taken. Is there a …

IAS Dropdown – filter in UI

Hey Thijs There’s a property that can be set when initializing an Dropdown widget to enable filtering the dropdown: DropDown MyDropdown = new DropDown() { IsDisplayFilterShown = true, };

setting up DMS with StaaS

Hi Tim, If neither of the agents are using STaaS as their database, it will probably be the easiest to first cluster them and then connect the cluster to STaaS …