Peter_Chea
08-28-2003, 05:46 PM
Hi Antun, resize="true" cause text not to appear. Is there a way of fixing the problem.
<canvas>
<view width="100">
<attribute name="mytext" value="this.width" when="always"/>
<text id="txtlabel" text="${parent.mytext}" resize="true" align="center"/>
</view>
</canvas>
<canvas>
<view width="100">
<attribute name="mytext" value="this.width" when="always"/>
<text id="txtlabel" text="${parent.mytext}" resize="true" align="center"/>
</view>
</canvas>