is there a guide anywhere, or can someone point me in the right direction of using ShortcutRecorder with an applescript studio app? i tried for a few hours and couldn’t get anywhere with it. here’s the link to shortcutrecorder: http://wafflesoftware.net/shortcut/
anyone?
it’s been almost a month…
anyone? its been a month.
anyone have any ideas?
thanks.
anyone?
nobody here has any help to give?
bump…anyone know?

is there a guide anywhere, or can someone point me in the right direction of using ShortcutRecorder with an applescript studio app? i tried for a few hours and couldn’t get anywhere with it. here’s the link to shortcutrecorder: http://wafflesoftware.net/shortcut/
It’s obvious if you want to use that code then you have to learn some objective-c and how to use call methods to access the cocoa classes from that project. There’s no way to just use it as-is. You have to take the code from that project and figure out which of its code is actually needed to perform the tasks that you want, then you have to figure how to insert that code into your app. It’s a far too complex process for anybody to tell you how to do it. You have to learn yourself.
A google search will turn up many websites for learning objective-c. A search on this website for “call method” and other stuff will lead to plenty of resources on how to incorporate objective-c into your project. There’s even an example project installed with the developer tools about using applescript studio and other languages called “multi language” or something like that.
Here’s an article that was just posted recently that deals with this stuff:
http://bbs.macscripter.net/viewtopic.php?pid=102187#p102187
The resources are out there, the only question is how bad do you want to do it.