you can't connect an interface item to more than one script. But an interface object naturally can be controlled from more than one script.
2) How can you call on functions stored in the other script?
You wil find an example within the ASS tutorials I think it's the Unit Converter.
Andreas thanks! this is exactly what i needed to know..
And from a previous post from Chris Nebel:
There's a bug where Xcode likes to save files as UTF-8, but osacompile can't cope with that. The solution is to Get Info on that file and change the File Encoding (in the General tab) to your primary language encoding -- for you, probably Western (Mac OS Roman). When it asks you if you want to Convert or Reinterpret, choose Convert.
So having created the new AppleScript text file, convert it to Western (Mac OS Roman).
Mark, also, thanks, read this at the time, and wasn't really paying attention.. |