Sorry sat but your too busy focusing on what I am trying to do and missing the point about the height parameters of the lists with check and the list without it.
option dbu
list 5, 12 28 10 65, check, vsbar
list 6, 24 28 50 65, vsbar
list 7, 76 28 10 65, check, vsbar
Height = 65, but the 65 (dbu) in list 5 != 65 in list 6. Thats a biggie, To start off with. Whether there is a check box or not is irrelevant.
In the real world 65 == 65, always.
It should not take an extra 'code word' to make it so.
The second part of my issue is to do with the contents of those lists. Focus appears to have gone on that and missed the height parameter issue, but since I have mentioned it, why is there no param for the height of the spacing between items in that or any lists. As I tried to point out somewhere, you can do that with text and edit controls, and list 6 is (effectively) a list of text or edit boxes.
In a different dialog (same script) I achieved that with
text "Different Name and Password in IdleRPG:", 31, 4 78 66 15
check , 32, 68 78 7 7
The height of the check item here has been reduced to counter the 'ghost' highlighting of the check boxes, when selected (by using the Tab key when cycling through the property) on the check's text attribute which does not exist. Thanks to
maroon for pointing that out. Height was originally 10.
it was the abilty to riase the height of the edit box (15) that achieved alignment.