Chapter 10: Page 171 - 'Understanding Templates'
In the definition for Button2 in this code example, the anchor point is set relative to Button2
. This should instead be Button1
. The line of code should read:
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Button1" />