Add Outline Boxes to Window with variables
Hello,
I try to add several Outline Boxes to a window with parameters which are stored in lists. I use a For-Loop to append the boxes. For the title this works just fine. However, if I draw lines it does not work. Below is a minimal example which I would like to get to work.
I'm thankful for any idea what I should change and what I'm doing wrong.
Best,
Anja
::lineList = {10, 20, 30};
::titleList
...