• 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: Removing image 1 in QXP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing image 1 in QXP


  • Subject: Re: Removing image 1 in QXP
  • From: "Bob.Kalbaugh" <email@hidden>
  • Date: Thu, 06 Sep 2001 10:38:09 -0500

on 9/6/01 4:01 AM, Mark Bjfrgager at email@hidden wrote:

> How can I remove the picture in a specific picture box ?
>
> Tried:
> Set image 1 of boxIndex to NULL
> Set image 1 of boxIndex to ""
>
> No such luck. Any help appreciated.
>
> Best regards
> Mark Bjaergager
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


I'm not sure if boxIndex is a reference to -or- the name of the picture box.

Depending on your circumstance, try these...

For a reference:
--
tell document 1 of application "QuarkXPress"
activate
set boxIndex to a reference to picture box 1 -- or whatever
delete image 1 of boxIndex
end tell
--

or if it's the name
--
tell document 1 of application "QuarkXPress"
activate
delete image 1 of picture box "boxIndex"
end tell
--

HTH

bob.kalbaugh


References: 
 >Removing image 1 in QXP (From: Mark Bjærgager <email@hidden>)

  • Prev by Date: Re: Jon's Commands
  • Next by Date: Re: AETE? How can I read these
  • Previous by thread: Re: Removing image 1 in QXP
  • Next by thread: QuarkXPress: intermittant xtags export problems
  • Index(es):
    • Date
    • Thread