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