|
Hi,
Thanks for any
suggestions.
this doesn't: classlib.lzx :<?xml version="1.0" encoding="UTF-8" ?> <canvas width="955" height="600"> <splash/> <include href=""/> <view id="view_main_topmenu"> <TopmenuButton menutext="about us"/> </view> </canvas> <library>
<class name="TopmenuButton">
<attribute name="menutext" type="string"/>
<view width="${sometext.width+20}">
<text width="100%" name="sometext" text="${classroot.menutext}" align="center" fontsize="10" fontstyle="bold" fgcolor="0x666666">
<handler name="onmouseover">
this.setColor(0xFFFFFF);
parent.setAttribute('bgcolor','0x666666');;
</handler>
<handler name="onmouseout">
this.setColor(0x666666);
parent.setAttribute('bgcolor', null);;
</handler>
</text>
</view>
</class>
</library>
|
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
