Peter,
thank you. This works fine. :-)
Am 13.03.2008 um 15:00 schrieb Peter Kahrel:
A new message was posted by Peter Kahrel in
InDesign Scripting --
Move Textframe to next page
Andreas,
move() takes either (a layer, page or spread) or an array of values as
parameter. To move a frame to the next page, you need something like
this:
current_page = newFrame.parent.documentOffset;
newFrame.move (app.activeDocument.pages[current_page+1]);
Peter
View/reply at Move Textframe to next page
Replies by email are OK.
Use the unsubscribe form to cancel your email subscription.