DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add channels to a channel table in the View panel in script

Solved!
Go to solution

Hi all,

 

We're trying to set up a video review tool using DIAdem, and as part of that we want to populate the results that have already been analysed into a panel. This means populating a channel table in that panel with the relevant data, but we can't figure out how to add channels to a table in script. It seems like it should be very simple, but we can't find it!

 

Thanks,

 

Peter

0 Kudos
Message 1 of 2
(4,119 Views)
Solution
Accepted by topic author PGribble

Hi Peter,

 

yes it's simple. You prepare your VIEW layout with the channel table and use the add method at the columns collection.

 

The command could look like this:

VIEW.Sheets(1).Areas(1).DisplayObj.Columns.Add("myGroup/myChannel")

 

 

 

Message 2 of 2
(4,100 Views)