I am writing an applescript which works with skype… When started it shows 3 buttons…
The thing is during some of my work it uses a product called ffmpeg… I turned the script into a bundle which will end up being a applescript application…
The thing is i would like to be able to create an ‘about’ in the menu bar so I can give appropriate credit to ffmpeg…
Any way todo this?
If I’m not mistaking, you’d have to use AppleScript Studio for that. I don’t think it’s possible with normal AppleScript.
If you’re lucky you can copy paste your code in a new ASS document but that’s most likely not going to happen because ASS works with handlers.
Edit the description.rtfd file in the app bundle package… it will show when called from the ‘About’ menu option.
Peter B.