Re: [MacRuby-devel] Problem with a window controller

2012-12-07 Thread Robert Carl Rice
Hi David, IB will use the default Obj C initialization and, yes, the default Obj C initialization is a little different from Ruby initialization so I have to make minor changes when I change a class from MacRuby instantiation to IB instantiation. The default Obj C initialization calls init wi

Re: [MacRuby-devel] Problem with a window controller

2012-12-07 Thread david kramf
Hi Bob, "As you become more familiar with IB, you will probably do more initialization of objects in IB and less in MacRuby. Nib file expansion instantiates objects and then makes calls to initialize the objects using the same methods that you are using to initialize objects in MacRuby. Actually