Re: [MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Laurent Sansonetti
Hi, It looks like a bug indeed. Could you file a ticket on trac? We will get this corrected in 0.7. Thanks! Laurent On Jun 17, 2010, at 1:46 PM, Wladj wrote: > as workaround i can create the hash via NSMutableDictionary.dictionary or in > my case : > > temp = YAML::load( NSString.alloc.initW

Re: [MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Wladj
as workaround i can create the hash via NSMutableDictionary.dictionary or in my case : temp = YAML::load( NSString.alloc.initWithData( fileWrapper.regularFileContents, encoding:NSString.defaultCStringEncoding)) @data = NSMutableDictionary.dictionary @data.setDictionary(temp) is a bug or a behav

[MacRuby-devel] Objects instantiated as anonymous class by Bindings mechanism

2010-06-17 Thread Wladj
Hi, i spent a little time with the problem i had some time ago, in effect there is a problem with bindings mechanism in MacRuby 0.6 : - create a new MacRuby Document based project - MyDocument.nib create a new ObjectController binded with File's Owner Content, model key path "dummy"