Re: [MacRuby-devel] Weird behaviour for a weird line of code

2010-11-16 Thread Jeff Cohen
On Tue, Nov 16, 2010 at 4:14 PM, Eric Christopherson < [email protected]> wrote: > On Mon, Nov 15, 2010 at 3:50 PM, Ryan Davis > wrote: > > First off, I hate this style of coding. If you didn't assign in a > conditional you'd avoid all of this crap to begin with. Assigning in > conditiona

Re: [MacRuby-devel] Launch an app from the command line

2010-10-17 Thread Jeff Cohen
Hi Corey, I could be wrong - I'm pretty new to MacRuby myself - but my understanding is that MacRuby is an only an interpreter, equivalent to other Ruby implementations. To get a fully-compiled Mac binary, you still need to use a compiler like XCode to generate a .app file. Jeff On Sun, Oct 17,

Re: [MacRuby-devel] How do I handle file drop events in HotCocoa?

2009-03-17 Thread Jeff Cohen
n.rb file: > http://github.com/mattetti/macruby-examples/blob/fe06617645c8809183fb15bca025016937e1c84b/download/lib/application.rb#L5 > > - Matt > > 2009/3/16 Jeff Cohen > > Hi Laurant, >> >> Thanks a lot for your reply. And perhaps I misspoke somewhat - I'm not

Re: [MacRuby-devel] How do I handle file drop events in HotCocoa?

2009-03-16 Thread Jeff Cohen
patch. :-) Thanks again! Jeff On Mon, Mar 16, 2009 at 1:02 PM, Laurent Sansonetti wrote: > Hi Jeff, > > (Sorry for the late reply.) > > > On Mar 14, 2009, at 9:09 PM, Jeff Cohen wrote: > > Hello, >> >> I'm just getting started with MacRuby and Ho

[MacRuby-devel] How do I handle file drop events in HotCocoa?

2009-03-14 Thread Jeff Cohen
Hello, I'm just getting started with MacRuby and HotCocoa (was a longtime .NET developer, and wasn't interested in learning Cocoa until MacRuby came along). I have a simple HotCocoa app with just a table view, and I'd like the user to be able to drop a filename from the Finder onto the table view

Re: [MacRuby-devel] [ANN] MacRuby 0.4

2009-03-09 Thread Jeff Cohen
Great news! Any chance of an updated HotCocoa tutorial or "getting started" guide (other than what's been on the wiki)? Thanks, Jeff On Mon, Mar 9, 2009 at 1:52 AM, Laurent Sansonetti < [email protected]> wrote: > Hi, > > After several months of development and some slight delays, Ma