Re: [MacRuby-devel] BridgeSupport question

2010-01-11 Thread Carlo Zottmann
2010/1/11 Matt Aimonetti : > That seems to be a bridgesupport bug to me :( I also encountered some issues > and I think someone is looking into it. Ah, crud. Well, thanks for looking into it. At least I can be fairly sure I didn't screw up somehow. ;) C. -- Carlo Zottmann Munich, Germany. --

[MacRuby-devel] [MacRuby] #548: The flip-flop operator

2010-01-11 Thread MacRuby
#548: The flip-flop operator -+-- Reporter: eloy.de.en...@… | Owner: martinlagarde...@… Type: defect | Status: new Priority: trivial

[MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-01-11 Thread MacRuby
#549: Class variables are not initialised properly. -+-- Reporter: sorin.ione...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-01-11 Thread MacRuby
#549: Class variables are not initialised properly. -+-- Reporter: sorin.ione...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-11 Thread steve ross
I wrote a simple controller that binds to an NSTableView. In the tableview, a column has an NSNumberFormatter (in IB), but the column is what's bound. It's bound to LightboxController.managedObjects:number. The managedObjects collection contains a collection of Lightbox objects, that have a numb

Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-11 Thread isaac kearse
Looks like you're bypassing the to_i conversion of @number by calling instance_variable_set directly, but I'd guess that the problem is somewhere else in the app. Any chance you could put the whole thing up on github? Cheers, Isaac On Tue, Jan 12, 2010 at 6:41 AM, steve ross wrote: > I wrote a

Re: [MacRuby-devel] [MacRuby] #531: make #[] an alias for #objectForKey

2010-01-11 Thread MacRuby
#531: make #[] an alias for #objectForKey -+-- Reporter: mattaimone...@… |Owner: martinlagarde...@… Type: defect | Status: closed Priority: blocke

Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-11 Thread steve ross
On Jan 11, 2010, at 11:13 AM, isaac kearse wrote: > Looks like you're bypassing the to_i conversion of @number by calling > instance_variable_set directly, but I'd guess that the problem is somewhere > else in the app. > Any chance you could put the whole thing up on github? > > Cheers, > Isaac

[MacRuby-devel] [MacRuby] #550: TypeError: unrecognized runtime type when using NSThread.alloc.initWithTarget

2010-01-11 Thread MacRuby
#550: TypeError: unrecognized runtime type when using NSThread.alloc.initWithTarget -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #551: NSThread.alloc.initWithTarget segfaulting

2010-01-11 Thread MacRuby
#551: NSThread.alloc.initWithTarget segfaulting -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] NSAssert equivalent in MacRuby?

2010-01-11 Thread Michael Johnston
Hi, Is there an equivalent of the NSAssert macro in MacRuby? Thanks, Michael Johnston lastobe...@mac.com ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] [MacRuby] #552: NSOperationQueue segfaults when more than one operation is being added

2010-01-11 Thread MacRuby
#552: NSOperationQueue segfaults when more than one operation is being added -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new