Skip to main content
October 22, 2009
Question

Dialog Active not import XML

  • October 22, 2009
  • 1 reply
  • 871 views

Hi i have this problem i show a dialog with some iconbutton and on click i call a function that show a dialog to select xml file and then import xml but indesign return error a dialog is active.

Thank.

This topic has been closed for replies.

1 reply

interesting_Flower157F
Inspiring
October 22, 2009

Use palette or window instead of Dialog.

--

Thomas B. Nielsen

http://www.lund-co.dk

October 22, 2009

Pallette close instantly

interesting_Flower157F
Inspiring
October 22, 2009

You need to run your script in a session.

Add this to the verytop of the script, first line. (You can replace session with what ever name you like)


#targetengine "session"