mobiletool.lzx

<canvas bgcolor="#C1C1C1" debug="false" proxied="true" dataloadtimeout="600000" oninit="" title="MobileTool">

        <import name="mobiletooldefault" href="mobiletool/mobiletooldefault.lzx" stage="defer"/>

	<splash>
	    <view resource="hourglass.swf"/>
	</splash>
	
	<script> 
		var sid;
	</script>

	<view x="845" y="470" resource="siteseal.png"/>

        <include href="mobiletool/datasets.lzx"/>
        <include href="mobiletool/methods.lzx"/>
        <include href="mobiletool/windows.lzx"/>

	<whitestyle name="whitecolors"/>
	<silverstyle name="silvercolors"/>
	
	<view name="failedlogin" width="${parent.width}" height="300" initstage="defer">
		<view x="40" y="35">
			<text multiline="true" width="600" fontsize="20" fontstyle="bold" id="loginerror"/>
		</view>
	</view>	

	<view name="loading" width="${parent.width}" initstage="defer">
		<view width="${parent.width}" height="100">
			<view resource="hourglass.swf"/>
			<view x="40">
				<text multiline="true" width="250" fontsize="15" fontstyle="bold">
					Gegevens ophalen:
				</text>
				<text multiline="true" width="${parent.width}" fontsize="10" fontstyle="bold" id="loadinginfo"/>
				<simplelayout axis="y" spacing="5"/>		
			</view>
			<simplelayout axis="y" spacing="120"/>		
		</view>
	</view>	

	<view name="weepeeinit" x="20" y="20" initstage="defer"/>
</canvas>

Cross References

Includes

Named Instances