Re: InDesign Text Frames and Stroke
Re: InDesign Text Frames and Stroke
- Subject: Re: InDesign Text Frames and Stroke
- From: Shane Stanley <email@hidden>
- Date: Mon, 29 Jul 2002 12:02:46 +1000
On 29/7/02 11:33 AM +1000, Peter Kahn, email@hidden, wrote:
>
Why does the following not generate a stoke around my text box?
>
>
tell application "InDesign 2.0"
>
make document
>
tell spread 1 of document 1
>
make text frame
>
tell text frame 1
>
set visible bounds to {2, 2, 4, 5}
>
set stroke weight to 7
>
end tell
>
end tell
>
end tell
>
>
If I write the same script with a rectangle it works fine.
>
Any help would be greatly appreciated.
Make sure you're setting the stroke color to something other than "None".
--
Shane Stanley, email@hidden
_______________________________________________
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.