Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Rob Gleeson
Hi Laurent & Robert, Thanks! I'm going places now :) On 23 Feb 2011, at 22:13, Laurent Sansonetti wrote: > Hi Rob, > > ib_outlets is an old RubyCocoa craft that is not supported in MacRuby since a > long time. You can define IB outlets using the attr_writer or attr_accessor > methods. You c

Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Laurent Sansonetti
Hi Rob, ib_outlets is an old RubyCocoa craft that is not supported in MacRuby since a long time. You can define IB outlets using the attr_writer or attr_accessor methods. You can define IB actions by defining methods accepting a single argument, named 'sender'. There are lots of documentation

Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Robert Payne
Hey Rob, Could you by chance upload the source to github or somewhere? It'd be a lot easier to help seeing the whole picture. -Robert On Feb 24, 2011, at 10:57 AM, Rob Gleeson wrote: > Hi > > I'm giving my first MacRuby application a shot, and I'm sort of blind to be > honest :) > I've added