Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'See a program's memory usage in its window title' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
See a program's memory usage in its window title
Authored by: johnsawyercjs on Jan 06, '07 02:00:48AM

To get this Applescript to not use Growl, I believe all you have to do is change the "true" to "false" in the line near the beginning of the script:

property useGrowl : false



[ Reply to This | # ]
See a program's memory usage in its window title
Authored by: johnsawyercjs on Jan 06, '07 02:08:20AM

I also find it interesting that when you try to compile this Applescript, that Script Editor asks you to find GrowlHelperApp, which is a resource inside the Growl prefpane, not the Growl prefpane itself. I wonder if selecting just the Growl prefpane would make Script Editor happy--I don't know, since I didn't try selecting the Growl prefpane when Script Editor asked me to find GrowlHelperApp--I just canceled the request, changed the 'property useGrowl :' line to false as I describe above.



[ Reply to This | # ]