Is it possible in an AppleScript applet to change the content displayed in an applet’s about menu?
I’d like to add a typical About this App with copyright and disclaimer text.
Is it possible in an AppleScript applet to change the content displayed in an applet’s about menu?
I’d like to add a typical About this App with copyright and disclaimer text.
Create a file named Credits.rtf with the content you want to display, and copy it into the applet’s Resouces folder. I think this also works with a file named Credits.html but haven’t tested it recently.
No joy.
Also tried with description file.
My applet uses Dialog Toolkit for dialogs => About menu item is greyed out (as is most of the File menu).
As you say, Dialog Toolkit does seem to gray out the About… menu, among other things. Does anyone know if it’s possible to use the Dialog Toolkit together with Credits.rtf or Credits.html?
And @estockly - of course you can add some information by editing the info.plist file for the applet. You can at least add copyright and expland the version info to include more details.