I tracked down a&nbsp; bug I was seeing to this change, if I make the args in lps/components/base/basebutton.lzx on the &quot;showUp()&quot; method into &quot;...rest&quot; or &quot;sd=null&quot;, then <br>I get an error at runtime <br>
<br><br>ERROR @base/basebutton.lzx#212: reference to undefined variable &#39;_enabled&#39; <br><br>But if I change the reference from &quot;_enabled&quot; to &quot;this._enabled&quot;, then it works:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method name=&quot;showUp&quot; args=&quot;...rest&quot;&gt; &lt;![CDATA[<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!this._enabled &amp;&amp; this.disabledResourceNumber) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^^^^^^^^^^^<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.setResourceNumber( this.disabledResourceNumber );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.setResourceNumber( this.normalResourceNumber );<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]]&gt;<br><br><br>So what is it about the optional-args transformation that would be making the implicit &quot;this&quot; fail in swf8/dhtml? <br><br><br><br clear="all"><br>-- <br>Henry Minsky<br>
Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br>