The grid component depends on an ordering of attributes? That's not gonna
work...they don't have any defined order.


On 1/26/07, Philip Romanik <[EMAIL PROTECTED]> wrote:

Hi guys,

I'm looking into a jira bug
(http://jira.openlaszlo.org/jira/browse/LPP-3379) where the display order
is reversed between swf and dhtml. Is there anything I can do about the
ordering? The behavior of dhtml matches v3.3 (it displays data in the
order
it's listed). It is reversed in swf. Here's an app that demonstrates it.

I think this issue came up a while back. Do either of you remember?

Thanks!

Phil



<canvas debug="true">
   <dataset name="weather">
     <forecast>
       <day label="TODAY"
imageurl="http://www.srh.noaa.gov/ifps/text/images/hi_shwrs70.jpg";
desc="Rain Likely" temp="Hi  60&#176;F "/>
       <day label="Tonight "
imageurl="http://www.srh.noaa.gov/ifps/text/images/nwind.jpg";
desc="Breezy " temp="Lo  34&#176;F "/>
     </forecast>
   </dataset>

   <grid bgcolor0="0xAA0000" bgcolor1="0x880000"
           datapath="weather:/" contentdatapath="forecast/day" />
</canvas>





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to