Re: What is the most recordable application in OS X? (and other questions)
Re: What is the most recordable application in OS X? (and other questions)
- Subject: Re: What is the most recordable application in OS X? (and other questions)
- From: Tom Robinson <email@hidden>
- Date: Wed, 25 Jun 2003 20:23:48 +1200
>
Second, barring good applescript recording, are there better tools for
>
listening to the Apple Events (e.g. some profiler in Project Builder)
>
that will log more of the inter and especially intra-application
>
events generated by user interaction?
I don't know if it's exactly what you're after but a tidbit I've picked up along the line is going into the command line and typing:
setenv AEDebugSends 1
setenv AEDebugReceives 1
and you can monitor some of the AppleEvents in the Console log.
(Although nothing happened when I tried it just now...)
Cheers
_______________________________________________
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.