Ruby Cocoa Tutorial
I recorded a quick video tutorial tonight. It’s a simple “Hello World” with RubyCocoa. It shows setting up Actions/Outlets in interface builder, and how to interact with them. Hopefully 640px wide isn’t too small
I recorded a quick video tutorial tonight. It’s a simple “Hello World” with RubyCocoa. It shows setting up Actions/Outlets in interface builder, and how to interact with them. Hopefully 640px wide isn’t too small
September 3rd, 2008 at 8:30 am
This is terrific but I ran into a discrepancy.
For example, after adding a new action to the controller, I found I was unable to change its name from ‘myAction1′ to SayHello as indicated in your video. So I had to define the ruby method as myAction1 as well.
Thanks for making it - I was able to make my first ruby GUI program!