Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-26 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] [MacRuby] #402: "unrecognized selector" error if overriding Object#dup

2009-10-26 Thread MacRuby
#402: "unrecognized selector" error if overriding Object#dup ---+ Reporter: pwil...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #403: rescue block executed if exception raised in previous iteration

2009-10-26 Thread MacRuby
#403: rescue block executed if exception raised in previous iteration ---+ Reporter: pwil...@… |Owner: lsansone...@… Type: defect | Status: closed Priority:

Re: [MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-26 Thread MacRuby
#400: Cannot uninstall gems under macgem ---+ Reporter: hungerandthi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #395: String#% does not work with %p

2009-10-26 Thread MacRuby
#395: String#% does not work with %p +--- Reporter: jazz...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |Milestone: MacRub

Re: [MacRuby-devel] Implementing Undo In RaiseMan / MacRuby

2009-10-26 Thread Ernest N. Prabhakar, Ph.D.
Sounds like an unboxing issue, which requires a BridgeSupport file. Check the archives. Sent from my iPhone On Oct 26, 2009, at 1:22, John Shea wrote: Hi Steve, did you solve this one? if not perhaps you could post somewhere the MyDocument.rb code for us to look at? Cheers, J On Sun, Oc

Re: [MacRuby-devel] Implementing Undo In RaiseMan / MacRuby

2009-10-26 Thread s.ross
John-- I've started a github repo at http://github.com/sxross/raiseman-rb, but it doesn't yet reflect that I can now do initial editing of an inserted row, but undo is not there yet. Thanks, Steve On Oct 26, 2009, at 1:22 AM, John Shea wrote: Hi Steve, did you solve this one? if not pe

[MacRuby-devel] [MacRuby] #404: Segfault with ObjectSpace#each_object

2009-10-26 Thread MacRuby
#404: Segfault with ObjectSpace#each_object ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-26 Thread MacRuby
#400: Cannot uninstall gems under macgem ---+ Reporter: hungerandthi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] Implementing Undo In RaiseMan / MacRuby

2009-10-26 Thread John Shea
Hi Steve, did you solve this one? if not perhaps you could post somewhere the MyDocument.rb code for us to look at? Cheers, J On Sun, Oct 25, 2009 at 7:17 PM, s.ross wrote: > I'm trying to implement the RaiseMan example from Aaron Hillegass's book in > MacRuby. All has gone pretty well until I r

Re: [MacRuby-devel] new macruby tips: dialog window

2009-10-26 Thread B. Ohr
Am 26.10.2009 um 08:32 schrieb Matt Aimonetti: On Mon, Oct 26, 2009 at 12:26 AM, B. Ohr wrote: Am 26.10.2009 um 01:00 schrieb Matt Aimonetti: I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1

Re: [MacRuby-devel] new macruby tips: dialog window

2009-10-26 Thread Matt Aimonetti
On Mon, Oct 26, 2009 at 12:26 AM, B. Ohr wrote: > > Am 26.10.2009 um 01:00 schrieb Matt Aimonetti: > > I'm back from vacation and wrote a very simple tutorial: > MacRuby tips: create a Cocoa file/folder browser in a few lines of code: > http://bit.ly/1VuxBZ > > > Could you please upload the curre

Re: [MacRuby-devel] new macruby tips: dialog window

2009-10-26 Thread B. Ohr
Am 26.10.2009 um 01:00 schrieb Matt Aimonetti: I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ Could you please upload the current state to the github repository? It looks like it's tim