Re: [MacRuby-devel] sub classing with hot cocoa

2008-12-02 Thread Benjamin Stiglitz
I am sure there is an easy answer to this question, but I have not figured it out after some experimenting (nor can I find an example in the examples) What do I do if i want to subclass (say) an NSView ? And yet still employ that subclass with all the rest of the hot cocoa magic? (so with

[MacRuby-devel] [MacRuby] #171: [trunk/#762] build fails in ripper extension

2008-12-02 Thread MacRuby
#171: [trunk/#762] build fails in ripper extension -+-- Reporter: [EMAIL PROTECTED]| Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: bloc

Re: [MacRuby-devel] [MacRuby] #171: [trunk/#762] build fails in ripper extension

2008-12-02 Thread MacRuby
#171: [trunk/#762] build fails in ripper extension -+-- Reporter: [EMAIL PROTECTED]| Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: bloc

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread Rich Morin
At 10:10 -0500 11/12/08, Richard Kilmer wrote: >> "HotCocoa is an idiomatic Ruby API that simplifies the configuration >> and wiring together of complex ObjC/Cocoa classes." >> >> I realize this will not be all things to all people, and that some >> may not see the much value in this. I do, and I t

[MacRuby-devel] lazydoc Re: HotCocoa Part I

2008-12-02 Thread Ernest N. Prabhakar, Ph.D.
Hi Rich, On Dec 2, 2008, at 2:48 PM, Rich Morin wrote: The critical question, then, is how to create an environment that allows (nay, encourages!) frameworks to be created, tested, polished, documented, indexed, shared, etc. My intuition is that GitHub should be part of this, because it pr

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread Chris McGrath
On 2 Dec 2008, at 22:48, Rich Morin wrote: The critical question, then, is how to create an environment that allows (nay, encourages!) frameworks to be created, tested, polished, documented, indexed, shared, etc. My intuition is that GitHub should be part of this, because it promotes free

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread Rich Morin
At 01:27 + 12/3/08, Chris McGrath wrote: > One thing I've been considering since watching your RubyConf > presentation via confreaks is ... Just to be clear, Rich Kilmer is the HC developer that made the RubyConf presentation; I'm just a MacRuby and HotCocoa wannabe... > ... auto-generating

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread Chris McGrath
On 3 Dec 2008, at 00:45, Rich Morin wrote: At 01:27 + 12/3/08, Chris McGrath wrote: One thing I've been considering since watching your RubyConf presentation via confreaks is ... Just to be clear, Rich Kilmer is the HC developer that made the RubyConf presentation; I'm just a MacRuby and

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread Richard Kilmer
On Dec 2, 2008, at 9:00 PM, Chris McGrath wrote: On 3 Dec 2008, at 00:45, Rich Morin wrote: At 01:27 + 12/3/08, Chris McGrath wrote: One thing I've been considering since watching your RubyConf presentation via confreaks is ... Just to be clear, Rich Kilmer is the HC developer that ma

[MacRuby-devel] [MacRuby] #172: resurrection error

2008-12-02 Thread MacRuby
#172: resurrection error --+- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect| Status: new Priority: minor | Milestone: Ma

Re: [MacRuby-devel] [MacRuby] #70: Need a RubyCocoa compatible layer

2008-12-02 Thread MacRuby
#70: Need a RubyCocoa compatible layer ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #157: MacRuby/miniruby segfaults while building

2008-12-02 Thread MacRuby
#157: MacRuby/miniruby segfaults while building -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #89: [RubyCocoa Layer] Need to implement some of the RubyCocoa C API

2008-12-02 Thread MacRuby
#89: [RubyCocoa Layer] Need to implement some of the RubyCocoa C API ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #69: [RubyCocoa Layer] method_missing like behaviour for pure Objective-C objects that try to send messages to pure Ruby objects.

2008-12-02 Thread MacRuby
#69: [RubyCocoa Layer] method_missing like behaviour for pure Objective-C objects that try to send messages to pure Ruby objects. -+-- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type:

[MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-02 Thread MacRuby
#173: Need to expose the SVN revision number as a constant ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #131: Dictionary arg not accepted

2008-12-02 Thread MacRuby
#131: Dictionary arg not accepted -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority: major

Re: [MacRuby-devel] sub classing with hot cocoa

2008-12-02 Thread John Shea
Hi Ben, thanks for your answer. I tried that initially, but my subclass was having problems being added to the layout view. Anyway - somehow I got something going a little further - the important thing was to have a create method which has : alloc.initWithFrame([0, 0, *GameSize]) in my NS

Re: [MacRuby-devel] HotCocoa Part I

2008-12-02 Thread John Shea
I think its interesting that Hot Cocoa in inspiring such different ideas, I must admit my thoughts had not run anywhere as complex as those below. My first thought was "Wow! I can make a generic (or fairly static) launcher and get it to load remotely both my view and model from ruby file

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files

2008-12-02 Thread MacRuby
#165: Embeddable MacRuby.framework misses the BridgeSupport dylib files -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: clos