Re: [MacRuby-devel] Interfacing with C (not objective C)

2009-03-17 Thread Brian Chapados
I think that if you need to make use extensive use of C functions/libraries, then the least painful route is to wrap this functionality in Objective-C classes.  Writing Objective-C classes that call your C code is easier than writing C ruby extensions.  At least in my opinion, this is why MacRuby m

[MacRuby-devel] I want to help

2009-03-17 Thread Frisco Del Rosario
I am an old dog learning new tricks by reading. I remember that when I was a young dog, I learned better by doing. So I would like to help someone do something. I have experience writing unit tests and documentation, but would like to do anything. __

Re: [MacRuby-devel] How do I handle file drop events in HotCocoa?

2009-03-17 Thread Jeff Cohen
Hi Matt, I think the problem is that I'm trying to add more event handlers for an already-defined HotCocoa class. Here's a snippet of the top of my application.rb: # application.rb require 'hotcocoa' require 'logger' # Replace the following code with your own hotcocoa code HotCocoa::Mappings.ma

Re: [MacRuby-devel] [MacRuby] #232: Examples macruby apps don't work on Leopard

2009-03-17 Thread MacRuby
#232: Examples macruby apps don't work on Leopard ---+ Reporter: anildigi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker