UI Event listeners in CS5
i'm trying have dropdown react changes in order update other ui objects.
the code use (only trying alert test purposes) :
var mydropdown = dropdowns.add({ stringlist: mylabels, selectedindex: 0 });
mydropdown.addeventlistener('afterupdate', function() { alert("hello"); });
nothing happens when using dropdown, whatever event use ("oninvoke", "afterupdate"...)
any idea ?
thanks
hey!
i think have use scriptui dialog/components because support events.
--
tomaxxi
More discussions in InDesign Scripting
adobe
Comments
Post a Comment