Re: AETE? How can I read these
Re: AETE? How can I read these
- Subject: Re: AETE? How can I read these
- From: Rob Jorgensen <email@hidden>
- Date: Thu, 6 Sep 2001 19:46:21 -0400
On 9/6/01, Jeff Horton commented:
What program can I use to view the Apple Events resource of an application?
ResEdit? Or is this another program that is more in depth.
If you just want to see this...
display dialog: Display a dialog box, optionally requesting user
input (defined in: Standard Additions)
<<event sysodlog>> <<class TEXT>> -- the text to display in dialog box
Result: <<class askr>> -- a record containing the button clicked and
text entered (if any)
Instead of this...
display dialog: Display a dialog box, optionally requesting user
input (defined in: Standard Additions)
display dialog string -- the text to display in dialog box
Result: dialog reply -- a record containing the button clicked and
text entered (if any)
...Script Debugger swings both ways. There's a demo available at:
<
http://www.latenightsw.com/sd2.0/downloadDemo.html>
Later,
Rob Jorgensen
Ohio, USA