I get these warnings from the Amazon app in swf debug mode. However the app actually<br>seem to be working as usual. It looks like&nbsp; for the first few, each &lt;dataset&gt; tag which declares a&nbsp; dataset<br>is generating a warning. <br>
<br>making canvas sprite «kernel/swf/LzSprite.as#15/16#1#0| LzSprite for This is the canvas [0.00 x 0.00]*[1.00 0 0.00, 0 1.00 0.00, 0 0 1]» <br>ERROR @amazon.lzx#18: reference to undefined variable &#39;dsRecommend&#39; <br>
ERROR @amazon.lzx#21: reference to undefined variable &#39;dsKeyword&#39; <br>ERROR @amazon.lzx#37: reference to undefined variable &#39;dsAsin&#39; <br>ERROR @amazon.lzx#118: reference to undefined variable &#39;main&#39; <br>
ERROR @amazon.lzx#120: reference to undefined variable &#39;searchResultsArea&#39; <br>ERROR @amazon.lzx#125: reference to undefined variable &#39;cdlist&#39; <br>ERROR @amazon.lzx#133: reference to undefined variable &#39;searchLoader&#39; <br>
ERROR @amazon.lzx#168: reference to undefined variable &#39;recommend&#39; <br>ERROR @amazon.lzx#180: reference to undefined variable &#39;cdinfo&#39; <br>ERROR @amazon.lzx#198: reference to undefined variable &#39;cover&#39; <br>
ERROR @amazon.lzx#233: reference to undefined variable &#39;pokeme&#39; <br>ERROR @amazon.lzx#252: reference to undefined variable &#39;CustomerReviewsTab&#39; <br>ERROR @amazon.lzx#295: reference to undefined variable &#39;customerReviewsContainer&#39; <br>
ERROR @amazon.lzx#185: reference to undefined variable &#39;infoLoader&#39; <br>ERROR @amazon.lzx#368: reference to undefined variable &#39;cart&#39; <br>ERROR @amazon.lzx#390: reference to undefined variable &#39;wish&#39; <br>
ERROR @amazon.lzx#390: reference to undefined variable &#39;checkout&#39; <br>ERROR @amazon.lzx#426: reference to undefined variable &#39;shipmentSelection&#39; <br>ERROR @amazon.lzx#489: reference to undefined variable &#39;dragger&#39; <br>
ERROR @amazon.lzx#516: reference to undefined variable &#39;dragsmall&#39; <br>ERROR @debugger/debugger.lzx#111: reference to undefined variable &#39;_dbg_cmd_eval&#39; <br>ERROR @debugger/debugger.lzx#238: reference to undefined variable &#39;_dbg_cmd_hist_prev&#39; <br>
ERROR @debugge<br><br><br><div class="gmail_quote">On Mon, Apr 14, 2008 at 8:33 PM, P T Withington (JIRA) &lt;<a href="mailto:jira@laszlosystems.com">jira@laszlosystems.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
 &nbsp; &nbsp; [ <a href="http://www.openlaszlo.org/jira/browse/LPP-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel" target="_blank">http://www.openlaszlo.org/jira/browse/LPP-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a> ]<br>

<br>
P T Withington updated LPP-5773:<br>
--------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Status: Resolved &nbsp;(was: In Review)<br>
 &nbsp; &nbsp;Fixed in Change#: 8669<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Resolution: Fixed<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Assignee: &nbsp; &nbsp; (was: P T Withington)<br>
<br>
r8669 | ptw | 2008-04-14 20:30:34 -0400 (Mon, 14 Apr 2008) | 42 lines<br>
Changed paths:<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LzAnimatorGroup.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapointer.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataset.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/data/LzParsedPath.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/data/LzReplicationManager.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzCommand.lzs<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/schema/lfc.lzx<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/ClassModel.java<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/CompilerUtils.java<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java<br>
 &nbsp; A /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/Method.java<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/ScriptClass.java<br>
 &nbsp; M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/ScriptCompiler.java<br>
 &nbsp; M /openlaszlo/trunk/test/smoke/regression.lzl<br>
<br>
Change 20080402-ptw-I by ptw@dueling-banjos.local on 2008-04-02 15:21:17 EDT<br>
 &nbsp; &nbsp;in /Users/ptw/OpenLaszlo/ringding/<br>
 &nbsp; &nbsp;for <a href="http://svn.openlaszlo.org/openlaszlo/trunk/" target="_blank">http://svn.openlaszlo.org/openlaszlo/trunk/</a><br>
<br>
Summary: Implement node id binders<br>
<br>
Bugs Fixed:<br>
LPP-5773 &#39;id&#39;s do not work in swf9&#39;<br>
<br>
Technical Reviewer: hqm (pending)<br>
QA Reviewer: dda (Message-Id: &lt;<a href="mailto:F6B87886-181C-4C8A-A4A1-87A251848CFF@ddanderson.com">F6B87886-181C-4C8A-A4A1-87A251848CFF@ddanderson.com</a>&gt;)<br>
<br>
Details:<br>
 &nbsp; &nbsp;Gobal names need to be bound using closures.<br>
<br>
 &nbsp; &nbsp;regression.lzl: Update test to work in swf9<br>
<br>
 &nbsp; &nbsp;schema/lfc.lzx: Add $lzc$bind_* attributes<br>
<br>
 &nbsp; &nbsp;LzNode, LzReplicationManager: Process binding of id&#39;s and global<br>
 &nbsp; &nbsp;names early on. &nbsp;Remove id setter (you are not allowed to change<br>
 &nbsp; &nbsp;your id dynamically!) &nbsp;Update destroy to work with id/global name<br>
 &nbsp; &nbsp;binders.<br>
<br>
 &nbsp; &nbsp;LzCommand: add missing super call<br>
<br>
 &nbsp; &nbsp;LzAnimatorGroup, LzDatapointer: Make toString, _dbg_name safe<br>
<br>
 &nbsp; &nbsp;LzParsedPath: improve debug warnings<br>
<br>
 &nbsp; &nbsp;LzDataset: No longer define datasets globally<br>
<br>
 &nbsp; &nbsp;LzDatapath: You can&#39;t smash a method<br>
<br>
 &nbsp; &nbsp;Method, ScriptCompiler, ScriptClass, NodeModel, ClassModel,<br>
 &nbsp; &nbsp;CompilerUtils: Distinguish between methods and function-valued<br>
 &nbsp; &nbsp;vars.<br>
<br>
Tests:<br>
 &nbsp; &nbsp;Henry&#39;s global test no longer complains, ant lztest, ant runlzunit<br>
<br>
<br>
<br>
&gt; id&#39;s do not work in swf9<br>
&gt; ------------------------<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Key: LPP-5773<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; URL: <a href="http://www.openlaszlo.org/jira/browse/LPP-5773" target="_blank">http://www.openlaszlo.org/jira/browse/LPP-5773</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Project: OpenLaszlo<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Issue Type: Bug<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Components: Compiler - JavaScript<br>
&gt; &nbsp; &nbsp;Affects Versions: Yodel, RingDing<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Reporter: P T Withington<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Priority: P0<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fix For: Yodel<br>
&gt;<br>
&gt;<br>
&gt; This test case fails in swf9<br>
&gt; &lt;canvas width=&quot;800&quot; height=&quot;600&quot; debug=&quot;false&quot;&gt;<br>
&gt; &nbsp; &lt;script when=&quot;immediate&quot;&gt;<br>
&gt; &nbsp; &lt;/script&gt;<br>
&gt; &nbsp; &lt;view y=&quot;60&quot; name=&quot;bar&quot; bgcolor=&#39;${(trace(&quot;bgcolor&quot;),0xff)}&#39; width=&quot;10&quot; height=&quot;10&quot; /&gt;<br>
&gt; &nbsp; &lt;text text=&#39;${(trace(&quot;bar: %s&quot;, bar),bar.y)}&#39; id=&quot;foo&quot; /&gt;<br>
&gt; &lt;/canvas&gt;<br>
<font color="#888888"><br>
--<br>
This message is automatically generated by JIRA.<br>
-<br>
If you think it was sent incorrectly contact one of the administrators: <a href="http://www.openlaszlo.org/jira/secure/Administrators.jspa" target="_blank">http://www.openlaszlo.org/jira/secure/Administrators.jspa</a><br>

-<br>
For more information on JIRA, see: <a href="http://www.atlassian.com/software/jira" target="_blank">http://www.atlassian.com/software/jira</a><br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br>