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")
}
Treeview double click
Treeview double click
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.
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.