Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-28 Thread Nick Ludlam
On 28 Jul 2010, at 20:03, Joshua Ballanco wrote: > Apologies for being so late to reply... > > On Jul 21, 2010, at 11:44 AM, Nick Ludlam wrote: > >> On 21 Jul 2010, at 15:31, Alexander von Below wrote: >> >> Hi Alexander, >> I've got a MacRuby app happily running very happily with Control Towe

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-28 Thread Joshua Ballanco
Apologies for being so late to reply... On Jul 21, 2010, at 11:44 AM, Nick Ludlam wrote: > On 21 Jul 2010, at 15:31, Alexander von Below wrote: > > Hi Alexander, > I've got a MacRuby app happily running very happily with Control Tower. First > I cloned the code from github, and built and instal

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Matt Aimonetti
Or we could even put it in the tutorials or recipes sections of the website http://www.macruby.org/documentation.html if you are ok with that. - Matt On Wed, Jul 21, 2010 at 2:24 PM, Jordan K. Hubbard wrote: > > On Jul 21, 2010, at 1:57 PM, Nick Ludlam wrote: > > > On 21 Jul 2010, at 21:00, Jor

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Jordan K. Hubbard
On Jul 21, 2010, at 1:57 PM, Nick Ludlam wrote: > On 21 Jul 2010, at 21:00, Jordan K. Hubbard wrote: > >> I don't suppose you'd care to contribute an example? This is clearly >> helpful! > > I'm actually in the middle of writing up a tutorial/article of my experiences > in wrapping C/C++ cod

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
On 21 Jul 2010, at 21:00, Jordan K. Hubbard wrote: > I don't suppose you'd care to contribute an example? This is clearly helpful! I'm actually in the middle of writing up a tutorial/article of my experiences in wrapping C/C++ code with simple Obj-C classes, and making it into a loadable bundl

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
Yeah it was a quickly contrived example. I'm actually doing this in my code: map "/resources" do run Rack::File.new(NSBundle.mainBundle.bundlePath + "/Contents/Resources") end On 21 Jul 2010, at 20:22, Matt Aimonetti wrote: > "/Users/nick/Sites/" = File.expand_path("~/Sites") > > > Sent fro

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Jordan K. Hubbard
I don't suppose you'd care to contribute an example? This is clearly helpful! - Jordan On Jul 21, 2010, at 11:44 AM, Nick Ludlam wrote: > On 21 Jul 2010, at 15:31, Alexander von Below wrote: > >> Hello, >> >> I apologize for the repost, but I have not found help anywhere else... >> >> My goa

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Matt Aimonetti
"/Users/nick/Sites/" = File.expand_path("~/Sites") Sent from my iPhone On Jul 21, 2010, at 11:44, Nick Ludlam wrote: > "/Users/nick/Sites/" ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinf

Re: [MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Nick Ludlam
On 21 Jul 2010, at 15:31, Alexander von Below wrote: > Hello, > > I apologize for the repost, but I have not found help anywhere else... > > My goal is to run a ControlTower instance (1) in MacRuby within a Cocoa app, > i.e. using -[MacRuby evaluateFileAtPath:] > > First question: Is this poss

[MacRuby-devel] ControlTower in MacRuby

2010-07-21 Thread Alexander von Below
Hello, I apologize for the repost, but I have not found help anywhere else... My goal is to run a ControlTower instance (1) in MacRuby within a Cocoa app, i.e. using -[MacRuby evaluateFileAtPath:] First question: Is this possible at all? Second question: I understand that my control script is