Re: [MacRuby-devel] NSArrayController

2008-12-29 Thread Brad Wilson
Ok I'm not sure then. Good luck with it! On 30/12/2008, at 11:18 AM, Nic Williams wrote: Hey Brad, Ok I replaced initialize with init (like your example) its still failing. Commit: http://github.com/drnic/hillegass-macruby/commit/87d7af005f756291b156346258a561f156a65db5 No doubt its som

Re: [MacRuby-devel] NSArrayController

2008-12-29 Thread Nic Williams
Hey Brad, Ok I replaced initialize with init (like your example) its still failing. Commit: http://github.com/drnic/hillegass-macruby/commit/87d7af005f756291b156346258a561f156a65db5 No doubt its something trivial and obvious. Just not to me. On Tue, Dec 30, 2008 at 9:59 AM, Brad Wilson wrote:

Re: [MacRuby-devel] NSArrayController

2008-12-29 Thread Brad Wilson
Nic, I ended up getting by without those methods and using an init method. http://lists.macosforge.org/pipermail/macruby-devel/2008-October/000582.html To be honest, I'm not too sure why init worked, and initialize didn't, but if I remember correctly, initialize wasn't being called and init

[MacRuby-devel] NSArrayController

2008-12-29 Thread Nic Williams
Replying to Rich's post on the KVC methods to add to get binding compliance http://lists.macosforge.org/pipermail/macruby-devel/2008-September/000563.html I'm getting the same error as per this thread, tried adding Rich's KVC methods to my StaffList.rb (which is probably MyDocument.rb for most pe