01-26-2016 10:08 AM
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
Solved! Go to Solution.
01-27-2016 02:42 AM
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")