if I'm missing it -my bad, but a feature so that several lines of text can be added to a dialog, but the lines of text are inside a box which is (say) half the height of the space the text needs to display, with a scroll bar to view the whole area of text

listbox in a dialog could sort of do this. but I just want nice tidy text?

eg

scrollbox "list of items", "scroll id", 10 10 400 50, right (scroll bar is on the right of the scroll box)
text "1: first thing description here on a line", "id1", 20 30 450 20, tab "scroll id"
text "2: second thing description here on a line", "id2", 50 370 450 20, tab "scroll id"
text "3: third thing description here on a line", "id3", 20 70 390 450 20, tab "scroll id"
text "4: fourth thing description here on a line","id4" 20 90 450 20, tab "scroll id"
text "5: fifth thing description here on a line", "id5", 20 100 450 20, tab "scroll id"
...
text "10: tenth thing description here on a line", "id10", 20 200? 450 20, tab "scroll id"


Last edited by quartz; 31/07/20 06:40 PM.