"TheEndless" wrote:
I don't see any code that adds buttons to the two ButtonGroups. Did you omit that from the post, or are you failing to add content? If the latter, that would be the issue.
Oh, that makes sense. :c
I'm trying to fix that issue now but when I try to write the button field for the buttonPairRight child, it tells me that there's problems with the file.
<ButtonGroup id="buttonPairLeft"
minWidth ="100"
buttonHeight="10"
buttons="[test1, test2]"
/>
<ButtonGroup id="buttonPairRight"
minWidth="100"
buttonHeight="10"
buttons="[test3, test4]"
/>