martinatkinson
Registered
Hello!
I am working on an AppleScript studio application and have a few questions:
1.) I have a file called Strings.strings with the following contents:
help = "Here is a list of available commands and what they do:\n\n1.) ://bugs Opens the bug reporting panel (you may also enter \"://bugs//ACCESSCODE\" to automatically log in).\n2.) ://clear Clears the commander log (not yet enabled).";
I also have the following action in an applescript tied to a button:
set contents of text field "returning" of window "mainWin" to helpstring
My question is this: how would I get "helpstring" to access the "help" string that is in my Strings.strings file?
Thanks!
Albert
I am working on an AppleScript studio application and have a few questions:
1.) I have a file called Strings.strings with the following contents:
help = "Here is a list of available commands and what they do:\n\n1.) ://bugs Opens the bug reporting panel (you may also enter \"://bugs//ACCESSCODE\" to automatically log in).\n2.) ://clear Clears the commander log (not yet enabled).";
I also have the following action in an applescript tied to a button:
set contents of text field "returning" of window "mainWin" to helpstring
My question is this: how would I get "helpstring" to access the "help" string that is in my Strings.strings file?
Thanks!
Albert