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: Doug McNutt <email@hidden>
- Date: Wed, 25 Jun 2003 09:44:13 -0600
At 20:23 +1200 6/25/03, Tom Robinson wrote:
>
setenv AEDebugSends 1
>
setenv AEDebugReceives 1
It's unlikely that setenv from Terminal will affect the environment as seen by AppleScript. Aqua applications get their own environment and it can sometimes be mucked with through:
$HOME/.MacOSX/environment.plist
which is sort of like a .login script but for the login you do as an Aqua user. There is an application note about it somewhere on the Apple web site. with formatting as an XML file.
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
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.