• 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
Illustrator text loop scripting trouble
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Illustrator text loop scripting trouble


  • Subject: Illustrator text loop scripting trouble
  • From: email@hidden
  • Date: Mon, 11 Sep 2006 15:53:13 -0400

I keep getting an the following error when I run this script:
"Adobe Illustrator got an error: requested property not available for this object."


Can someone help me troubleshoot this?


tell application "Adobe Illustrator"
set textArtItemCount to count text frames of document 1
repeat with itemCount from 1 to textArtItemCount of document 1 as reference
set sizeList to size of textRef
repeat with indexCount from 1 to length of sizeList
if (item indexCount of sizeList = 12) then
set size of character indexCount of text frame itemCount of document 1 to 18
end if
end repeat
end repeat
end tell



Thanks in advance...

--Jennie
________________________________________________________________________
Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Illustrator text loop scripting trouble
      • From: Stan Cleveland <email@hidden>
    • Re: Illustrator text loop scripting trouble
      • From: Yvan KOENIG <email@hidden>
  • Prev by Date: Re: OSA script error
  • Next by Date: Re: Illustrator text loop scripting trouble
  • Previous by thread: [Rép] Tiger sometimes fully expand a window: how do I resize it to be smaller ?
  • Next by thread: Re: Illustrator text loop scripting trouble
  • Index(es):
    • Date
    • Thread