Re: [MacRuby-devel] MacRuby, ApplesScript and Skype?

2012-05-30 Thread Marc Abramowitz
Not sure what you're trying to script with Skype, but here's some AppleScripts (yuck!) that I wrote for Skype a while back to dial into a conference call. It was a pain in the butt to write so I'd love if someone else could get some use out of them. :-) https://github.com/msabramo/skype-applesc

Re: [MacRuby-devel] MacRuby, ApplesScript and Skype?

2012-05-30 Thread Kam Dahlin
You could try generating the Skype Scripting Bridge header. That will at least give you better documentation on what Skype's SB API looks like. Take a look here: https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/UsingScriptingBridge/UsingScriptingBri

Re: [MacRuby-devel] MacRuby, ApplesScript and Skype?

2012-05-30 Thread Steve Clarke
Hi Mike, I had a quick look at the skype scripting dictionary and it does appear that "sendCommand:scriptName:" is all that's on offer. I assume that ScriptingBridge has renamed the "send" comand like this to fit in with the way that mehods need to be called from Objective C. I don't know the

[MacRuby-devel] MacRuby, ApplesScript and Skype?

2012-05-30 Thread Mike Gleeson
I'm looking to do some scripted control of Skype, and not able to get too far with MacRuby. Please let me know if this is not the proper forum to ask, thanks. I can find the app: >> skype = SBApplication.applicationWithBundleIdentifier("com.skype.skype") And I see in the Applescript editor th