I want for users of my application to see change of status on dock icon.
Example is MacOSX Mail ( number of mails in red star ), Adium ( online, offline, … status ) or Toast 8 ( animated when starts and ends burning media ).
Is there a simple way to do this with applescript like:
Tell application “Name”
Change application icon
End tell
as 1802 mentioned, Growl is a background application with can be simply operated by Applescript.
AFAIK there is no direct way to access and change the dock icons
Oh, I didn’t know. Tell me if I am wrong…If I create an application with Applescript Studio and place it in my application folder, can I then use it with applescript to call this Applescript Studio application?
Sorry for this questions but I have never used applescript before.