[MacRuby-devel] [MacRuby] #233: Examples macruby apps don't work on Leopard

2009-03-16 Thread MacRuby
#233: Examples macruby apps don't work on Leopard ---+ Reporter: anildigi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #232: Examples macruby apps don't work on Leopard

2009-03-16 Thread MacRuby
#232: Examples macruby apps don't work on Leopard ---+ Reporter: anildigi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

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

2009-03-16 Thread Matt Aimonetti
You can define your own mapping within your app or extend the existing ones, delegation can also be added on each instance of any object. Here is a sample app I wrote with a custom mapping (which was later on merged in HotCocoa): http://github.com/mattetti/macruby-examples/blob/fe06617645c8809183f

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

2009-03-16 Thread Jeff Cohen
Hi Laurant, Thanks a lot for your reply. And perhaps I misspoke somewhat - I'm not trying to implement full drag and drop within my application, but only receive simple filename drop events that originate from outside the application. I think that it's just a matter of adding a few extra delegat

[MacRuby-devel] Interfacing with C (not objective C)

2009-03-16 Thread Martin Hess
My apologies if this has been covered somewhere else, but how do you interface with C in MacRuby. I know you can just write a C extension for Ruby but it appears that MacRuby makes this easier but it is unclear to me how far its support goes and when you should write an extension. Someone

Re: [MacRuby-devel] Roadmap - Upgrade the wiki

2009-03-16 Thread Stéphane Wirtel
Thanks for this information. On 16 Mar 2009, at 20:34, Laurent Sansonetti wrote: The new website will make this kind of contributions easier :-) Hopefully it should be live this week. Sent from my iPhone On Mar 16, 2009, at 12:07 PM, Matt Aimonetti wrote: Thanks Stephane I just added th

Re: [MacRuby-devel] Roadmap - Upgrade the wiki

2009-03-16 Thread Laurent Sansonetti
The new website will make this kind of contributions easier :-) Hopefully it should be live this week. Sent from my iPhone On Mar 16, 2009, at 12:07 PM, Matt Aimonetti wrote: Thanks Stephane I just added the release date, I guess we do need to clean up this section tho. Merci, - Matt

Re: [MacRuby-devel] Roadmap - Upgrade the wiki

2009-03-16 Thread Stephane Wirtel
Welcome, 2009/3/16 Matt Aimonetti > Thanks Stephane I just added the release date, I guess we do need to clean > up this section tho. > > Merci, > > - Matt > > On Mon, Mar 16, 2009 at 12:03 PM, Stéphane Wirtel < > stephane.wir...@gmail.com> wrote: > >> Hi all, >> >> I registered on the Wiki but

Re: [MacRuby-devel] Roadmap - Upgrade the wiki

2009-03-16 Thread Matt Aimonetti
Thanks Stephane I just added the release date, I guess we do need to clean up this section tho. Merci, - Matt On Mon, Mar 16, 2009 at 12:03 PM, Stéphane Wirtel wrote: > Hi all, > > I registered on the Wiki but I can't change the Roadmap of the project, > because the date for the version 0.4 is

[MacRuby-devel] Roadmap - Upgrade the wiki

2009-03-16 Thread Stéphane Wirtel
Hi all, I registered on the Wiki but I can't change the Roadmap of the project, because the date for the version 0.4 is wrong ! Could you upgrade this wiki page ? https://www.macruby.org/trac/wiki/MacRubyRoadmap Date of 0.4: 03/08/2009 Thanks Stephane __

Re: [MacRuby-devel] Introduce myself and some questions

2009-03-16 Thread Matt Aimonetti
> > The mapping files are in the hotcocoa/mappings directory in the MacRuby's > standard library. If you are willing to extend RubyCocoa I would recommend > to install it from the sources, it will be easier for you to test / > contribute your changes back. > And by RubyCocoa, Laurent really meant

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

2009-03-16 Thread Laurent Sansonetti
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 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 tabl

Re: [MacRuby-devel] Introduce myself and some questions

2009-03-16 Thread Laurent Sansonetti
Hi Ferhat, (Sorry for the late reply.) On Mar 15, 2009, at 6:08 AM, Ferhat Ziba wrote: Hey guys, My name is Ferhat Ziba, I am student in Hamburg and study computer science. I saw your project and it's awesome. I like the Idea developing os x apps in ruby as first citizen programming langu

Re: [MacRuby-devel] Starting a New Project tutorial

2009-03-16 Thread Laurent Sansonetti
Hi Frisco, I would recommend to follow this tutorial instead, which should be simpler (since it has pictures :-)). http://developer.apple.com/mac/articles/scriptingautomation/cocoaappswithmacruby.html Laurent On Mon, Mar 16, 2009 at 7:16 AM, Frisco Del Rosario wrote: > > > > On Mon, Mar 16, 20

Re: [MacRuby-devel] Starting a New Project tutorial

2009-03-16 Thread Frisco Del Rosario
On Mon, Mar 16, 2009 at 7:02 AM , macruby-devel-requ...@lists.macosforge.org wrote: and open the inspector pane (click on Window, then Document Info). In the Object Identity tab, select MyController as the object class. I see where I screwed up. I went to Document Info from the Window men

Re: [MacRuby-devel] Starting a New Project tutorial

2009-03-16 Thread John Shea
I am not sure I understand fully what you have done .. Make sure that you have something selected in the MainMenu.nib - otherwise the every panel in the inspector will be blank. But this is what should happen: - with the blue Object selected, and the Inspector open - if you click in the objec

[MacRuby-devel] Starting a New Project tutorial

2009-03-16 Thread Frisco Del Rosario
I'm following the steps to Starting a New Project at http://www.macruby.org/trac/wiki/MacRubyTutorial, which says: First, let's instantiate our class. In the Library pane, drag-and-drop an NSObject item to the main window. Then, make sure you selected it, and open the inspector pane (click on