Code: Select all
<Text x="256" y="26" width="187" alignment="left" color="#000000" font="verdana-10" text="$F" lefttop="lefttop" rightbottom="righttop" scrolling="auto" />
Now, using the above code but with alignment="center" or "right" (this time, the text does not even need be scrolling), resize the window. The text that was hidden due to constraint will appear to the right of the text, where it should appear to the left (if alignment="right") or on either side (if alignment="center"). Again weird things happen.