The window keeps resizing itself recursively through events that are fired. This results in a stack overflow.
Anyways, here is what I changed regarding the StaticText:
Code: Select all
<Window name="conTextfield" type="TaharezLook/StaticText">
<Property name="VertFormatting" value="TopAligned" />
<Property name="Area" value="{{0.00230216,0},{-0.645041,0},{0.9,0},{0.349997,0}}" />
</Window>
So basically I only restricted the right end of the area to relative size of 0.9. This seems to solve it. Please try this small change out and report back if it solves it.
Also please remember to always have a DefaultWindow with rel size 1,1 as root as done in the samples. It is not recommended to use something else as root, as this will lead to issues with event handling (mouse inside/outside) etc.