Re: Raw Event Database (Was: Re: (no subject))
Re: Raw Event Database (Was: Re: (no subject))
- Subject: Re: Raw Event Database (Was: Re: (no subject))
- From: Brian Johnson <email@hidden>
- Date: Thu, 14 Feb 2002 17:03:30 -0800 (PST)
1. Thanks, Rob. Your reply jogged my memory just enough.. I was trying to
recall the obvious ("osax_db")....
2. Sorry, List, for the (no subject). I was late for a meeting, my telnet
client had just disconnected me without cause and I missed the subject in
copying from the "dead" window to the new one.
3. Unfortunately, the osax_db didn't solve my riddle, but I did figure it
out, and perhaps it'll help someone else (and partly repair my subject
gaffe) to recount the tale ...
Remember, this is what I knew
" your script didn't understand the 'Cevent @CMESnMl$E9'"
So, I recalled that Script Editor will convert raw events into 'english'
in the presence of the right OSAXen, so I tried just doing a script with
various dimunitions of
<<event @CMESnMl$E9>>
(the event class and code can't be more than 8 chars, right?) but that
never worked. Then I remembered that I thought it was related to Mondo
Mail... so I put it in a tell block...
tell application "Mondo Mail.fat"
set x to <<event @CMESnMl$E9>>
end tell
After whacking off the last 3 characters, it converted to "set x to send
mail" and I knew I had it. As it happens, the Mondo Mail read-me also
identifies the send mail event as Suite "@CME" and event class "Snml".
Brian Johnson
_______________________________________________
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.