|
circle position Roland from South Africa [107 posts] |
10 year
|
I don't see what I'm doing wrong here.
Perhaps the list format is wrong, but why won't these circles display? They show fine as 'Static', but not with a 'List'
I can't find any .robo files that use the list feature.
Roland program.robo
|
|
|
Steven Gentner from United States [1446 posts] |
10 year
|
If you look at the other items in that dropdown they are all variables ... thus that control expects to see a variable and NOT static values like the 'static' selection. So use the Set_Variable module and something like
clist = 10,30,50 [x] set as array
and specify clist as the variable.
STeven.
|
|