THOTH's windowname
THOTH's windowname
- Subject: THOTH's windowname
- From: Richard Covert <email@hidden>
- Date: Fri, 30 Apr 2004 17:41:08 -0500
Experimenting with scripts for THOTH I find that the new message's
title (windowname) changes in THOTH
after you set the Subject: line and THEN set any other field in the
header.
So if you :
newmessage with byNews -- new window is titled "(No Subject)"
setmessagepart testbody messagePart "" windowName "(No Subject)"
setmessagepart "This is a Test" messagePart "subject"
(* Note: the next THOTH command will change the front window to the
text
entered as the Subject above. If you want to refer to the actual
windowname
from this point on you need to have saved the Subject line as a
variable and use it as the windowname form now on.
*)
setmessagepersonality personalityName "RadioShowPoster"
--setmessagepart "REply to me" messagePart "Reply-To"
--setmessagepart TestNG messagePart "newsgroups"
anyway, setting the message's personality DOES NOT change the title of
the message. If you uncomment either of the next two lines then the
message's title DOES change to the value of the Subject: line you set
earlier.
So, a THOTH command DOES NOT return a windowname.The windowname is
known by context and changes after setting the Subject: line and any
other Header line. It changes before doing a sendmessage
_______________________________________________
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.