[Laszlo-checkins] r10565 - openlaszlo/trunk/examples/components
hqm@openlaszlo.org
hqm at openlaszlo.org
Fri Aug 1 14:32:25 PDT 2008
Author: hqm
Date: 2008-08-01 14:32:24 -0700 (Fri, 01 Aug 2008)
New Revision: 10565
Modified:
openlaszlo/trunk/examples/components/component_sampler.lzx
Log:
grid is working now in swf9
Modified: openlaszlo/trunk/examples/components/component_sampler.lzx
===================================================================
--- openlaszlo/trunk/examples/components/component_sampler.lzx 2008-08-01 21:28:58 UTC (rev 10564)
+++ openlaszlo/trunk/examples/components/component_sampler.lzx 2008-08-01 21:32:24 UTC (rev 10565)
@@ -58,13 +58,6 @@
<simplelayout spacing="10"/>
</tabpane>
<tabpane text="Bogart, GA">
- <switch>
- <when runtime="swf9">
- <text>
- <![CDATA[<grid> is not yet supported in swf9]]>
- </text>
- </when>
- <otherwise>
<grid datapath="weatherdata:/weather" contentdatapath="forecast/day" shownitems="3"
height="${this.immediateparent.height}">
<gridcolumn width="80" resizable="false">Day
@@ -77,8 +70,6 @@
<text datapath="@temp"/>
</gridcolumn>
</grid>
- </otherwise>
- </switch>
</tabpane>
</tabs>
</view>
More information about the Laszlo-checkins
mailing list