so I'm guessing I need to put in a scrolling area which has it's own tab id, and then have a

text "text here", id, x y x y, "tab scrolling area id"

this doesn't work

scroll "something", 103, 20 385 400 50, right
text "1: first thing description here on a line", 1250 20 350 450 20, tab 103
text "2: second thing description here on a line", 1251 20 370 450 20, tab 103
text "3: third thing description here on a line", 1252 20 390 450 20, tab 103
text "4: fourth thing description here on a line", 1253 20 410 450 20, tab 103
text "5: fifth thing description here on a line", 1254 20 430 450 20, tab 103
...
text "10: tenth thing description here on a line", 1260 20 450 450 20, tab 103


but it might not be how scroll is supposed to be used
-- actually it won't be tab, because it isn't a tab

basically it's just an area of text, but rather that in a dialog, it's in a scrolling area of a dialog

Last edited by quartz; 31/07/20 10:48 AM.