So, it sounds like swf is instantiating backwards in legals, when compared to trunk.

I remember way back in the day we had to reverse the view init order of children in SWF to get things to look right. We no longer do this, which could explain the behavior.

This also sounds like it could be the issue underlying these bugs:
LPP-3331 - Flash: Components Menu example is missing openMenu right/below/top LPP-3274 - Laszlo in 10 scripting->method example not showing 5 yellow boxes on startup

We need to make sure swf is consistent between trunk and legals, and dhtml and swf are consistent in legals.

-Max

Philip Romanik 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>



--
Regards,
Max Carlson
OpenLaszlo.org

Reply via email to