I put this in my ScreenGraph XML document:
<ButtonGroup layoutDirection = "vert"
addItemSpacingAfterChild = "false"
horizAlignment = "left">
<Button
id = "button1"
text = "Red"/>
<Button
id = "Button2"
text = "Green"/>
<Button
id = "Button3"
text = "Blue"/>
</ButtonGroup>[/size][/color]
It displays as:
* Red
* Green
* Blue
This looks like a HTML bulleted list. I am looking for the almost default looking grey/black lettering selection buttons with the white square on the right side. Is this the right widget? Can't believe something so simple causing so much pain, so I am asking for help