Re: [MacRuby-devel] Cocoa Slides in MacRuby

2010-09-08 Thread Felix Holmgren
Hey Matthew, I'd probably be interested in contributing to a MacRuby implementation of Slides. Please post here if you create a repo at github, codaset, or something like that. /Felix > Laurent > > On Aug 27, 2010, at 7:52 PM, Matthew Smith wrote: > >> I'm looking at implementing the Cocoa Slide

Re: [MacRuby-devel] Cocoa Slides in MacRuby

2010-09-08 Thread Felix Holmgren
Nope: In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license . . . to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
This might not be it, but IB is in generall pretty bad at picking up changes in code. Try Reload All Class Files from the File menu. When you're coding Objective-C you sometimes even have to do "Read All Class Files..." and manually point IB to the right header file. IB is great in general, but thi

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
The link is not dead, but I had to try a bunch of times, over the course of a day, before I got the download to start. /F 2010/9/15 Iain Barnett : > > On 15 Sep 2010, at 17:35, Robert Rice wrote: > >> Hi Iain: >> >> As my app has grown IB became very, very slow to update my MacRuby class >> info

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
Just out of curiosity: does this mean that the IB team are working independently to support MacRuby intergration? /F 2010/9/15 Thibault Martin-Lagardette : > The current available version of Xcode 4 does not have MacRuby support (at > least not in the Interface Builder part). This means IB in Xc

Re: [MacRuby-devel] Hotcocoa documentation

2010-10-01 Thread Felix Holmgren
Is there some information somewhere about why Hotcocoa was dropped? If not, a few words of explanation here would be appreciated! Hotcocoa does stand out as a pretty nifty gadget, although I can imagine it's a lot of work to maintain it. /Felix 2010/10/2 Laurent Sansonetti : > Hi Michael, > > On

Re: [MacRuby-devel] Hotcocoa documentation

2010-10-02 Thread Felix Holmgren
Ok, interesting to hear at least that it wasn't deemed unworkable or somehow a faulty approach. /F 2010/10/2 Vincent Isambart : > >> Is there some information somewhere about why Hotcocoa was dropped? If >> not, a few words of explanation here would be appreciated! Hotcocoa >> does stand out as a

Re: [MacRuby-devel] Hotcocoa documentation

2010-10-03 Thread Felix Holmgren
oolkits like > Processing (in Java) suggests that there is a place for very high-level, > concise ways of making pretty graphics on the screen or interesting sounds > come out the speakers, and with a fair bit more work it's possible that > HotCocoa could become that.  But