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
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.
__
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
#232: Examples macruby apps don't work on Leopard
---+
Reporter: anildigi...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker