Hi Ken,

I could reproduce this issue with OL4.1.1, but in the nightly builds it has been fixed.

PS: if you can't catch all mouse-events for trees, take a look at this thread on the forum "http://forum.openlaszlo.org/showthread.php?t=11585";.

Cheers,
André

So here's my code for the tree.

<tree width="200" height="500" datapath="available_buildouts:/Buildouts">
    <tree datapath="*" text="$path{'@name'}" isleaf="$path{'@file'}">
    <handler name="ondblclick">
      Debug.write('yay')
    </handler>
</tree>
</tree>

And here's the error I get from the Debugger:
DEBUG: Unknown mouse event ondblclick
lzx> Debug.inspect(DEBUG: Unknown mouse event ondblclick)
?LzDebug#1| DEBUG: Unknown mouse event ondblclick? {
file: null
line: null
message: 'Unknown mouse event ondblclick'
}?LzDebug#1| DEBUG: Unknown mouse event ondblclick?
lzx>

Any ideas?

Thanks for the help!

Regards,
Ken

Reply via email to