Treeview double click

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

d3mac123

Treeview double click

Post by d3mac123 »

I have a treeview that a want to use as a menu of options. However, I need to "call" the option only after a double-click. I tried the following without success (it seems the onDoubleClick callback does not work with treeview - is it correct?):
Code: Select all    win.interface.actions.tree.onDoubleClick  = function() {
alert("clicked the tree view")
    }

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Paul MR

Treeview double click

Post by Paul MR »

Good news and bad news..
It does work with Treeview but only with ExtendScript ToolKit and Bridge CS5, not Photoshop CS5
Bridge CS6 beta things just don't work and the Beta Photoshop it doesn't work.

Now In CS4 it works in ExtendScript Toolkit, Bridge and Photoshop.

Shame things are bust now.