• 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: Placing images in Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Placing images in Quark


  • Subject: Re: Placing images in Quark
  • From: Stan Cleveland <email@hidden>
  • Date: Fri, 02 Feb 2007 12:38:03 -0800
  • Thread-topic: Placing images in Quark

On 2/2/07 3:44 AM, Peter Waibel wrote:

> Am 02.02.2007 um 10:57 schrieb Simon, Garry:
>
>> A second problem arises at this point ­ pictures will not be placed
>> in grouped picture boxes, and Quark returns no error when it can¹t
>> complete the script command to do so.
>
> I thought I could send you a solution. But thats not true!
> After testing my code, I found out, that I have the same issue with
> grouped picture boxes.
>
> I'll let you know if I find a way to fix it.


Functionality within Quark is affected by the current tool mode (in both
scripting and the GUI). If the "drag" tool is active, you can select and
move a group, but you can't place an image into an element of the group. To
do so, you need the "contents" tool. You can change the active tool, like
this:

tell application "QuarkXPress"
    tell document 1
        set tool mode to contents mode
        tell picture box 1
            set image 1 to alias ³my:picture:file²
        end tell
    end tell
end tell

I have no idea why Quark crashes if the picture box is not selected. That
doesn't happen OMM (OS 10.4.8 and Quark 6.52) even when I replace an
existing image with one with a different extension.

I don't know if it would help version 6.5, but in earlier versions, dumping
Quark's preferences would often "fix" odd behavior. It can't hurt to try.
Quit Quark, dump the prefs, then relaunch--Quark will create all-new prefs.
They're in:  ~/Users/username/Library/Preferences/Quark/

Stan C.


 _______________________________________________
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/mailman//archives/applescript-users

This email sent to email@hidden

References: 
 >Re: Placing images in Quark (From: Peter Waibel <email@hidden>)

  • Prev by Date: RE: Help to fix script..
  • Next by Date: MS Word 2004 basic questions
  • Previous by thread: Re: Placing images in Quark
  • Next by thread: Re: add users remotely
  • Index(es):
    • Date
    • Thread