/t5/indesign-discussions/using-onclick-events-in-the-javascript-dialog-box/td-p/1160766Jun 19, 2008
Jun 19, 2008
Copy link to clipboard
Copied
hi,
Iam creating dialog box to get some inputs and use it for batch processes. so, i need onclick events on that dialog box.
for example:
in my dialog box, i fix a browse button(check box) and connect the choose folder box. but, after i click okay button only i get the choose folder box. i need to see the choose folder dialog box after click the check box.. is it possible???
This is my code. After run this script a dialog box appear on the screen. we check the browse check box and then click he ok button. after then a "choose folder dialog box" will appear.
i need to see the "choose folder dialog box" before press the ok button and after check the check box. IS IT POSSIBLE?
It is Working in ScriptUI. I wrote a script in indesign CS3 With onclick events in a dialog box. it is perfectly working. Is there anyother events in CS3 javascript without onclick event?