• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: InDesign Override verb
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign Override verb


  • Subject: Re: InDesign Override verb
  • From: David Wolfe <email@hidden>
  • Date: Mon, 12 Mar 2007 17:39:40 -0400

Thank you for your suggestions. I'm going to take a look tomorrow when I have a bit more time. But as far as what I'm trying to achieve:

We set a series of like pages in a single document and make edits through several rounds of proofs. Once the pages are final, we drag pages from each of these files to a new document that contains several different kinds of pages. The problem is that while setting the pages, we often delete or alter objects from Master Pages on document pages. When the pages are dragged into the new document, Master Page items that had been deleted reappear. Our solution to this has been to override all Master Page items on Master Pages and document pages, detach all items from the Master Pages, then delete every object on every Master Page before dragging the pages to the new document. This works, but is very tedious and seems like a perfect situation for a script.

Thanks,
David

On Mar 12, 2007, at 5:29 PM, Shane Stanley wrote:

On 13/3/07 6:52 AM, "David Wolfe" <email@hidden> wrote:

overriding and detaching items

I'm not sure what you're trying to achieve, but if you want to detach items
you must first override them, using code like that Stan posted, before you
can detach them. Something like this:


   tell document 1
    set overriddenItems to override master page items of page pageNum
destination page page pageNum
   detach overriddenItems

--
Shane Stanley <email@hidden>
AppleScript Pro Denver, June 2007 <http://scriptingmatters.com/aspro>


_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
40settingpace.com
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden


_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Re: InDesign Override verb (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: InDesign Override verb
  • Next by Date: Re: InDesign Override verb
  • Previous by thread: Re: InDesign Override verb
  • Next by thread: Re: InDesign Override verb
  • Index(es):
    • Date
    • Thread