I have been working on a new menu screen for a small game I've been working on.
At first it all appeared to be working, but after I played a game (on a different layout) then came back to the main menu layout the Listbox was not moved correctly.
<img src="http://sandcrawler.net/aag/crap/listbox.png" border="0" />
This shows what the menu looks like when you first run all, on the left side. On the right side is the listbox that is shown after returning from the other layout.
The menu itself is working correctly, you can toggle the different submenu spaces open and closed, and it hides correctly. It seems like the ListBox isn't being moved when the layout starts after changing. Here is the events for Start of layout:
<img src="http://sandcrawler.net/aag/crap/menustuff.png" border="0" />
The text boxes, and List box are being moved off of the screen when the layout starts, and the rest of the layer is hidden. But when you change back to the main menu layout the List Box is not being moved off screen (but all of the edit boxes are)
The open options menu:
<img src="http://sandcrawler.net/aag/crap/options.png" border="0" />