Hi all,
I have a question about a treecontrol. There is a table of transport streams implemented in the connector with a treecontrol. Each transport stream has a list of services and a list of destinations, which are shown in two tables 'Destinations' and 'Services'. My question is if it is possible to directly add both tables to the treecontrol on the same level? I added both tables to the hierarchy like below, but only the destinations are added to the treecontrol in DataMiner.
Thanks!
TreeControl implementation:
TreeControl:
MPEG TS table:
Destinations table:
Services table:
Hi,
Yes you can do that. Please check Help, there's an example on how to do it.
Hi,
This example shows how nodes on the same level can have a different type of children, but it is still a parent to 1 type of child relation. I want to have 2 different types under the same parent. I assume this is not directly possible, but by adding a node per child type to a level between the parent and children it is possible.