Hi Indesign Experts,
I've a Indesign document. For that i Write a codes to display the xml in tree view in a output window. I got it as success. But my pblm is, I'm trying to drag and drop the elements by mouse. For that, I can't able to find a proper guide.... Can any one guide me...
My script:
// treeview creation in ne window.
var panel = win.add("panel", undefined, "Select XML Element");
panel.alignment = ["fill", "fill"];
panel.alignChildren = ["fill", "fill"];
var treeview = panel.add("treeview");
treeview.preferredSize = [300, 500];
Thanks in Advance,
Vel.
I suggest you check out the Extension Builder and CS SDK forums. I don't know if you have experience with Flex and ActionScript, but you will need that for CS Extensions...
http://forums.adobe.com/community/creativesuites/extensionbuilder
http://forums.adobe.com/community/creativesuites/cs_sdk
You might want to consider buttons instead of drag and drop...
North America
Europe, Middle East and Africa
Asia Pacific