<html>
<body>
There isn't a baseedittext.lzx in /lps/components/base.<br><br>
<br><br>
<blockquote type=cite class=cite cite="">I'm confused, it looks like
there's an exact copy of baseedittext.lzx in both lps/components/base and
lps/components/incubator. How did that happen?<br>
<br>
On Sun, Feb 1, 2009 at 6:47 PM, Philip Romanik
<<a href="mailto:promanik@laszlosystems.com">
promanik@laszlosystems.com</a>> wrote:<br>
> Change 20090201-Philip-0 by Philip@Philip-DC on 2009-02-01 18:23:44
EST<br>
> in
/cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk<br>
> for
<a href="http://svn.openlaszlo.org/openlaszlo/trunk">
http://svn.openlaszlo.org/openlaszlo/trunk</a><br>
> <br>
> Summary: Fix radio button in incubator<br>
> <br>
> New Features:<br>
> <br>
> Bugs Fixed: LPP-7698<br>
> <br>
> Technical Reviewer: henry<br>
> QA Reviewer: (pending)<br>
> Doc Reviewer: (pending)<br>
> <br>
> Documentation:<br>
> <br>
> Release Notes:<br>
> <br>
> Details:<br>
> The last change to the incubator changed a method name from setValue
<br>
> to doSetValue. The problem is that setValue is an override and the
<br>
> name can't be changed. The way to fix the problem in compiling for
<br>
> swf9 is to specify a default value for the second argument. I also
changed it in baseradio.<br>
> baseedittext has a similar issue but setValue() has 3
arguments. The <br>
> change appears to be safe (because the old override of setValue did
<br>
> not call the base class).<br>
> <br>
> Tests:<br>
> The following test works properly in swf8/swf9, dhtml.<br>
> <br>
> <canvas><br>
> <include href="incubator/lzradio_resources.lzx" />
<include <br>
> href="incubator/lzradio.lzx" /><br>
> <br>
> <include href="incubator/newcheckbox.lzx" /><br>
> <br>
> <simplelayout spacing="20"/><br>
> <br>
> <baseradiogroup layout="class:simplelayout"
bgcolor="%cccccc"> <br>
> <lzradiobutton value="1">Button
1</lzradiobutton> <lzradiobutton <br>
> value="2">Button 2</lzradiobutton>
<lzradiobutton value="3">Button <br>
> 3</lzradiobutton> </baseradiogroup><br>
> <br>
> <newcheckbox bgcolor="%cccccc">Checkbox
1</newcheckbox><br>
> <br>
> </canvas><br>
> <br>
> <br>
> Files:<br>
> M
lps/components/incubator/basecheckbox.lzx<br>
> M
lps/components/incubator/baseradio.lzx<br>
> <br>
> <br>
>
<a href="http://svn.openlaszlo.org/openlaszlo/patches/20090201-Philip-0.tar">
http://svn.openlaszlo.org/openlaszlo/patches/20090201-Philip-0.tar</a><br>
> <br>
> <br>
> <br>
<br>
<br>
<br>
--<br>
Henry Minsky<br>
Software Architect<br>
<a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a>
</blockquote></body>
</html>