Adding buttons to the dialog (Indesign CS2, Applescript)

Hi all,

I want to add buttons “Next”, “Previous” to the dialog like the default “OK”, “Cancel”… Is it possible…

If so, it will be very helpful for me…

Thanks,
vaasu

You can have up to 3 buttons:

display dialog "Your text" buttons {"Next", "Previous"} default button "Next"

Thanks a lot. But, I created a dialog using “make dialog” and added some check boxes, text boxes in it. In which by default it adds OK and cancel buttons.

Now I want to add some more buttons like that.

Thanks,
vaasu

I believe that ID’s UI features do not allow you to make custom buttons like you are wanting to do.