I have made a custom panel to control a Jeopardy-like game show running on an XPression box. Basically, a 25-box grid, that GFX Op pushes buttons as broadcast members select category-value pairs. This works very well. But, I want to add a second grid of buttons on the same panel, and am having trouble getting the layout to look the way I want it to.
The problem is that the first button shows up in the space for the second button, and then all other buttons ripple on beyond that, and end up overshooting the end of the grid, adding the last button in a "wrap-around" position, effectively adding a 26th button. From looking at the code, it looks like my correctly-working button grid actually has the first button between my initial open and close simplegrid tag. Then all other buttons follow, followed by the final simple grid end tag. So, I have matched the code (unless I am missing something), and keep getting an error when I try to apply the changes. Error says "Must have an end tag for the tag, but I do have one of those as the last line of my panel code.
Does this make sense? Anyone have any ideas?