How to double click on a text-frame and launch a script?
I'm been searching for how to hook the double click event for a text-frame to launch a script.
I working on an application that extends InDesign to solve a very specific problem domain. Each object is represented as a text-frame. By double clicking the text-frame, it will launch a script that allows you to edit the object represented by the text-frame. The object data is encoded into XML where a single instance of the XML data is associated with the text-frame.
Thanks in advance