Here's a good one for you:
I'm editting the club information screen. After making the text bigger, the information bit pushed the kit section off the bottom of the screen. I tried to fix this by adding layout information to the top of the panel:
<pre class="ip-ubbcode-code-pre"><panel> <container class="titled_box" id="genr" title="Information"> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/> <container> <layout class="arrange_vertical_attachment" alignment="top,extend" layout="-9, -2" offset="0"/></pre>
The bit I added is layout parameter in the arrange_vertical attachment tag. This worked, and forced a scrollbar for the information section, which is what I wanted. However, the scrollbar doesn't actually work, i.e. it won't scroll! What am I doing wrong?!