Scripting text in Entourage
Scripting text in Entourage
- Subject: Scripting text in Entourage
- From: Christopher Coulon <email@hidden>
- Date: Sun, 16 Feb 2003 10:27:26 -0800
Dear list,
Can anyone help me with a (hopefully) simple script to change the selected
text in a message to a specific font and style? Also, how do I change the
signature to another signature in my list?
My pathetic attempt was:
tell application "Microsoft Entourage"
activate
set selection to " " as styled text
set signature to "informal"
end tell
The 3set signature ... 3 line gives the error: Can9t set <<class cSig>> to
3informal2. Access not allowed.
Without that line the selected text in my message is replaced by the blank,
but the font and style and size remain unchanged.
Thanks you for any help on this.
Chris Coulon
***************************************
The GAIA Group
Global Automated Image Analysis
http://www.theGAIAgroup.org
email@hidden
We welcome image analysis problems in all fields.
Christopher Coulon, Ph.D., Founder
email@hidden
415 515-3379
***************************************
_______________________________________________
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.