Re: Getting raw AE codes
Re: Getting raw AE codes
- Subject: Re: Getting raw AE codes
- From: John W Baxter <email@hidden>
- Date: Wed, 1 Jan 2003 14:42:20 -0800
At 18:28 +0100 1/1/2003, Jan Erik Mostrvm wrote:
>
I want to get the raw AE codes/data that is sent to a certain
>
application. I seem to remember that there was some way of doing this
>
using the console but I can't find how to do it. Does anyone have a
>
reference to where I can find more info about this?
If you mean sent by AppleScript, and you have ScriptDebugger, you can use
the log window set to display as AEPrint.
For the script
beep 5
(which works in 10.2.3 ;-)) you get
Script "untitled 1" started
ascr\tell{
----:psn ($0000000000000002$)
}
syso\beep{
----:5,
&subj:'null'(),
&csig:65536
}
ascr\tend{ }
Script "untitled 1" finished
--
John Baxter email@hidden Port Ludlow, WA, USA
_______________________________________________
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.