AquaticPrime Framework

Hi,

I’ve just discovered the AquaticPrime framework - http://aquaticmac.com/ but I’m not too sure about using it in AppleScriptObjC, any help?

I’d imagine you just add the framework to your project, and code to it like any other class.

How would I call “isLicensed” of one of the classes?

I believe StefanK made an ASS example in this thread: http://macscripter.net/viewtopic.php?id=32422 but how would I do exactly what he did, but in ASOC?

It only has one class, and it doesn’t have an isLicensed method. That’s a method Stefan put in his class, for accessing an instance variable.

I believe StefanK made an ASS example in this thread: http://macscripter.net/viewtopic.php?id=32422 but how would I do exactly what he did, but in ASOC?

You’d have a look at his code, and rewrite it in ASObjC. But why not, if he allows it, just add his class to your project and call it from ASObjC?