spread selecting curious behavior
Hi!
When I'm selecting whole spread and launching those two lines of code:
var currPage = app.activeWindow.activePage;
var myPage = app.activeDocument.pages.add(LocationOptions.after, currPage);
curious thing happens. During the first attempt a new page is being added after first page of the spread. But after undoing it and launching script again new page is being added after second page of active spread, without any other activity from users side. Why?
jf