Another Tree View Oddity

Bob Sneidar bobsneidar at iotecdigital.com
Thu Sep 6 13:50:57 EDT 2018


Oh I get it! Crap. I am creating a little pallette I am callign QuickNotes, and the idea is that double clicking on an entry will add the thing you double clicked on after the current selection in the topstack. I was hoping I could just doubleclick a node to do this, but I can see I cannot. 

I am thinking I should have gone with a datagrid for this. 

Bob S


> On Sep 6, 2018, at 10:45 , Brian Milby via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> It is working here. You only get the message for leaf nodes. In widget script I have:
> 
> on actionDoubleClick pPath
> put pPath
> end actionDoubleClick
> 
> Thanks,
> Brian





More information about the use-livecode mailing list