From: John Joyce Date: 2008-08-11T11:28:12+09:00 Subject: Re: Pure Ruby App that receives Apple events On Aug 10, 2008, at 3:20 PM, hengist podd wrote: > Dolazy wrote: >> I found one article that seems to deal with events: >> http://codeintensity.blogspot.com/2008/01/rubycocoa-rocks.html > > Installing event handlers via NSAppleEventManager is fine for simple > tasks. For full-blown scripting interfaces that expose a query-able > object model a-la Finder, Mail, etc., Cocoa Scripting would be more > appropriate (if a bear to get right). Matt Neuburg - who often lurks > around this list - would be the best person to speak to. > > HTH > > has > -- > Control AppleScriptable applications from Python, Ruby and ObjC: > http://appscript.sourceforge.net > > -- > Posted via http://www.ruby-forum.com/. > Also take a look at MacRuby It is still in it's formative stages, but is the next level of bridging Ruby and Cocoa.