Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-12 Thread steve ross
Yes, this appears to be the bug, and yes, this is an absolutely great (!!!) temporary fix. Thanks very much for this. Steve On Jan 12, 2010, at 5:48 PM, John Shea wrote: > Perhaps it is this bug here: https://www.macruby.org/trac/ticket/473 > > In my case with the current 0.5 beta2 no float or

Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-12 Thread John Shea
Perhaps it is this bug here: https://www.macruby.org/trac/ticket/473 In my case with the current 0.5 beta2 no float or integer binding to nscontrol works (I get all 1's) unless the float or integer is converted to an NSDecimalNumber using a ValueTransformer. This is what i use for each float bin

Re: [MacRuby-devel] NSAssert equivalent in MacRuby?

2010-01-12 Thread Laurent Sansonetti
def NSAssert(condition); abort unless condition; end # ? :-) Laurent On Jan 11, 2010, at 10:42 PM, Michael Johnston wrote: Hi, Is there an equivalent of the NSAssert macro in MacRuby? Thanks, Michael Johnston lastobe...@mac.com ___ MacRuby-dev

Re: [MacRuby-devel] [MacRuby] #554: Please implement IO#read_nonblock and IO#write_nonblock

2010-01-12 Thread MacRuby
#554: Please implement IO#read_nonblock and IO#write_nonblock +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Pri

[MacRuby-devel] [MacRuby] #554: Please implement IO#read_nonblock and IO#write_nonblock

2010-01-12 Thread MacRuby
#554: Please implement IO#read_nonblock and IO#write_nonblock +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Pri

[MacRuby-devel] [MacRuby] #553: Fixnum Does Not Appear to Map to NSNumber

2010-01-12 Thread MacRuby
#553: Fixnum Does Not Appear to Map to NSNumber ---+ Reporter: cwdi...@… | Owner: lsansone...@… Type: enhancement| Status: new Priority: blocker| M

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

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

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

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

Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-12 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

Re: [MacRuby-devel] Cocoa Binding to NSArrayController

2010-01-12 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