I don't know what's causing the problem, but you might take note that the

"method event="

syntax has been deprecated and is not guarnteed to work.

(Use "handler name=" instead.)

jrs

On Jan 15, 2007, at 1:36 PM, Henry Minsky wrote:

There are some regression tests I'm running which use code like this which
instantiates a list with
text listitems:

   <list name="env" width="250" height="200">
       <textlistitem name="ti" datapath="envDset:/*"
text="$path{'name()'}">
           <method event="onselect">
               canvas.display.setText(datapath.xpathQuery('text()'))
           </method>
       </textlistitem>
   </list>

I get these warnings when running the code, but the code looks like it it
working fine. So these
seem to be transient errors during instantiation (anyone recognize a pattern
here?)

Is anyone else seeing these, or is it just me? I can file a bug, or poke
around to try to fix the
component code, but I feel like this is pointing to some larger issue. These
warnings were
not present in trunk...

ERROR: base/basescrollbar.lzx:315: reference to undefined variable 'thumb' ERROR: base/basescrollbar.lzx:315: undefined object does not have a property
'setAttribute'
WARNING: base/basescrollbar.lzx:281: reference to undefined property 'thumb'

ERROR: base/basescrollbar.lzx:281: undefined object does not have a property
'[]'
WARNING: base/basescrollbar.lzx:283: reference to undefined property 'thumb'

ERROR: base/basescrollbar.lzx:283: undefined object does not have a property
'setAttribute'


--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to