[Laszlo-user] application not displayed in DHTML

Julien Sobrier julien at sobrier.net
Tue Aug 7 20:48:37 PDT 2007


Hello,
I wrote an application in OpenLaszlo that displays fine in Flash, but
does not compile in DHTML anymore. All i see is the splash screen
"Powered by Laszlo".

Here is how the source looks like:
<canvas debug="false">
	<stylesheet>
		[name="justify"] {
   			text-align:justify;
		}
	</stylesheet>
	<basetabs tabclass="tab" bgcolor="gray" width="800">
		<tabpane text="Home Page">
			<text>Choose your language: <font color="#0000FF"><u><a
href="javascript:alert('French')">francais</a></u></font>/<font
color="#0000FF"><u><a
href="javascript:alert('English')">English</a></u></font></text>
		</tabpane>
		<tabpane text="Pictures">
			<tabslider width="200" x="0" y="10"
             height="600"
             spacing="2" slideduration="300">
    			<tabelement text="California, 2007">
    					<text multiline="true" width="190" name="justify">
    				   		1. <font color="#0000FF"><u><a
href="test.html">Anais</a></u></font> (14 photos, 18/02/2007)<br />
   							2. <a href="test.html">Anais, mars 2007</a> (9 photos,
14/04/2007)<br />
   							3. Anais, avril 2007 (4 photos, 14/04/2007)<br />
   					
						</text>
    			</tabelement>
    			<tabelement text="California, 2006"/>
    			<tabelement text="California, 2005"/>
  			</tabslider>
  			<text name="group" x="220" y="20">Anais, mars 2007</text>
			<text name="group_description" x="220" y="50">Anais is 8 month old in
january 2007.</text>
		</tabpane>
		<tabpane text="Blog">
			<text>Blog</text>
		</tabpane>
		<tabpane text="Resume">
			<text>Resume</text>
		</tabpane>
	</basetabs>
</canvas>

Thank you
Julien



More information about the Laszlo-user mailing list