how would I go about using the AquaticPrime Framework in AppleScriptObjC?
Asked
Active
Viewed 323 times
0
-
In what context? Are you looking to automate their Developer application? Is this for an application you have written that you want to automate? – Philip Regan Nov 15 '10 at 17:45
-
I want to use the AquaticPrime Licensing Framework in my application so that people can register and all. Just like the demo application on the AquaticPrime Github page. – Seb Jachec Nov 15 '10 at 21:35
1 Answers
0
That's a very broad topic, but essentially, you will need to implement Applescript automation in your application, and possibly implement it in the Aquatic framework you download. Apple's Applescript documentation is very far-reaching and covers more topics than I think can be managed in a single answer.

Philip Regan
- 5,005
- 2
- 25
- 39
-
How would I call "isLicensed" of one of the AquaticPrime classes? There's an AppleScript-Studio example of using AquaticPrime here: http://macscripter.net/viewtopic.php?id=32422 but how would I do exactly what he did, but in ASOC? – Seb Jachec Nov 16 '10 at 17:27
-
What have you tried so far? ASOC has simple and clear rules on how to call Cocoa methods, but there is a fair amount of hooking up that needs to be done in order to do so. There are a number of tutorials out there, in addition to a book all about ASOC and using it to create applications. – Philip Regan Nov 16 '10 at 18:02