Re: [MacRuby-devel] Using scripting bridge to create new objects within a Cocoa App.

2012-10-28 Thread Kam Dahlin
ScriptingBridge offers a couple of ways of creating objects. One is to use the generated classes and then just alloc/-init or -initWithProperties to create an object of that class type. The other is to use -classForScriptingClass on SBApplication to get the scripting class you want to create an

[MacRuby-devel] Using scripting bridge to create new objects within a Cocoa App.

2012-10-28 Thread Kevin Poorman
Morning, I've been trying to use MacRuby to drive an integration between a popular webservice and the stock Reminders.app. I'm attempting this through the scripting bridge and am running into difficulty getting the scripting bridge Create new objects within reminders.app, or notes.app, or any