• 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
Indesign & offsetting image within frame.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Indesign & offsetting image within frame.


  • Subject: Indesign & offsetting image within frame.
  • From: Kevin Muldoon <email@hidden>
  • Date: Fri, 17 Oct 2008 09:01:31 -0400

Anyone have sample code of setting the XY coords of an image within a frame in INDD? Much appreciated!

On Oct 16, 2008, at 3:00 PM, applescript-users- email@hidden wrote:

Send AppleScript-Users mailing list submissions to
	email@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.apple.com/mailman/listinfo/applescript-users
or, via email, send a message with subject or body 'help' to
	email@hidden

You can reach the person managing the list at
	email@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of AppleScript-Users digest..."


Today's Topics:

   1. Re: Bad Characters (Luther Fuller)


----------------------------------------------------------------------

Message: 1
Date: Thu, 16 Oct 2008 10:54:34 -0500
From: Luther Fuller <email@hidden>
Subject: Re: Bad Characters
To: Anthony Sharman <email@hidden>
Cc: Applescript Users <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

And, I've also noticed ...

set testStr to (character id 0) & (character id 0) & (character id 0)
if testStr = "" then
	"empty" & space & (length of testStr)
else
	"[" & testStr & "]" & space & (length of testStr)
end if
display dialog the result --> an empty string of length 3 (ROFL)

There seems to be some confusion between 'empty string' and 'null
string'.
An empty string has length = 0, while the null string contains a single
character (character id 0), hence has length = 1. They are never the
same.




------------------------------

_______________________________________________
AppleScript-Users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/applescript-users

End of AppleScript-Users Digest, Vol 5, Issue 565
*************************************************



-- Kevin Muldoon, Owner TrueBlueDot - Fine Art Printing New Haven, CT 06511 email@hidden www.truebluedot.com "Our pigment meets your imagination"



_______________________________________________
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
  • Prev by Date: Re: GU I scripting and Airport passwords
  • Next by Date: Re: .mac sync now
  • Previous by thread: Re: .mac sync now
  • Next by thread: page loading in Safari
  • Index(es):
    • Date
    • Thread