Scripting extensis suitcase 10 and auto activating fonts

I used to have a script that worked in suitcase 8 that auto activated fonts that appeared in a folder, but have not been able to transfer this over to suitcase 10.

Anybody any ideas or sample scripts on activating a set of fonts in suitcase 10 from a script

Steve

I do not know if you have found a solution or how long ago you posted to the list (year was 1969!) but…

I wish to do the implement the very same facility. If you have a solution I would be grateful for any code or help you can provide.

If not, then I’m sure we can work it out.

One thing, I havent done AS for some years, so a tad rusty :wink:

Cheers
Craig.

Anyone find out how to script Suitcase X1?
any samply scripts?

Thanks,

Steven

try this…
put fonts you want activated at startup in a set then change font set name on line 2 to the name of the set. save as an app and add to your user startup items… it works for me…
hope this helps.


global theFontSetName – the name of the Font Set that will be used or created.

set theFontSetName to “font set name”

tell application “Extensis Suitcase X1”

set the activation status of Font Set theFontSetName to activated temporarily

end tell