When I have the following code:
groupbox bounds(13, 33, 965, 69), text(“track 1”){
button bounds(5, 25, 60, 25), channel(“but1”), text(“Push”, “Push”), colour(0, 0, 0, 255),
}
I would expect the button’s position to be relative to the groupbox. Instead it seems to have a position relative to the form. See attached screen shot.
Richard