Re: InDesign scripting (a bug?)
Re: InDesign scripting (a bug?)
- Subject: Re: InDesign scripting (a bug?)
- From: Peter Boctor <email@hidden>
- Date: Wed, 10 Apr 2002 10:12:03 -0700
David,
I'm running 10.1.3. I created a new InDesign document, a swatch
called "Box Color" and ran your script. It created the rectangle with
the right fill.
I'm not sure why it crashes for you. Does it happen on any document?
Have you tried deleting your preferences and see if makes a
difference:
<your user directory>/Library/Preferences/Adobe InDesign/
-peter
At 7:05 PM +1000 4/10/02, David Lloyd wrote:
crashes the Indesign application in OSX 10.1.3:
tell application "InDesign 2.0"
tell document 1
set theRectangle1 to {make rectangle at end with properties {visible
bounds:{10, 10, 60, 60}, fill color:swatch "Box Color", fill tint:100}}
end tell
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.