Re: [MacRuby-devel] MacRuby application on Xcode

2014-10-23 Thread Patrick Hanevold
There is also the pure ruby cocoa gem https://github.com/patrickhno/cocoa Patrick On Thu, Oct 23, 2014 at 4:18 AM, Kevin Walzer wrote: > On 10/22/14, 9:05 PM, Sandeep Murthy wrote: >> I can obviously create a source file where I can write Ruby code, but I can’t >> seem to compile and run thi

Re: [MacRuby-devel] How dead is dead...

2014-05-02 Thread Patrick Hanevold
I've set up a google group for the gem here: cocoa gem<http://groups.google.com/d/forum/cocoa-gem> Feel free to join! Patrick Mvh. Patrick Hanevold On Tue, Apr 29, 2014 at 6:55 PM, Perry E. Metzger wrote: > On Tue, 29 Apr 2014 16:01:08 +0200 Patrick Hanevold > wrote: >

Re: [MacRuby-devel] How dead is dead...

2014-04-29 Thread Patrick Hanevold
d I use autorelease > “NSMenu.new.autorelease” and when should I not to? Do I need to retain > manually? > > On Apr 29, 2014, at 7:21 AM, Patrick Hanevold > wrote: > >> There is only the github at the moment (https://github.com/patrickhno/cocoa). >> If you

Re: [MacRuby-devel] How dead is dead...

2014-04-29 Thread Patrick Hanevold
OK, lets do a poll then, the target audience is right here I would guess. What's your preferred flavour of mailing list / group manager for the cocoa gem? Patrick On 29 Apr 2014, at 15:57, Perry E. Metzger wrote: > On Tue, 29 Apr 2014 15:48:38 +0200 Patrick Hanevold > wrote: >

Re: [MacRuby-devel] How dead is dead...

2014-04-29 Thread Patrick Hanevold
(shouldSelectRow) if hooks[:on_select_row] true end Patrick Mvh. Patrick Hanevold On Tue, Apr 29, 2014 at 2:48 AM, Kevin Walzer wrote: > On 4/28/14, 7:21 PM, Patrick Hanevold wrote: > >> There is only the github at the moment >> (https://github.com/patrickhno/cocoa). >

Re: [MacRuby-devel] How dead is dead...

2014-04-28 Thread Patrick Hanevold
3:00:28 +0200 Patrick Hanevold > wrote: >> I suggest people interested in cocoa in ruby help out refining the >> cocoa gem instead of hoping for any progress on mac ruby which is >> abandoned by its creators for commercial interests. The cocoa gem >> is quite useful all ready

Re: [MacRuby-devel] How dead is dead...

2014-04-28 Thread Patrick Hanevold
I suggest people interested in cocoa in ruby help out refining the cocoa gem instead of hoping for any progress on mac ruby which is abandoned by its creators for commercial interests. The cocoa gem is quite useful all ready, but need to mature a bit in some cases. Sent from my iPad On 28. apr.

[MacRuby-devel] method in bridge support missing reference or something

2013-05-27 Thread Patrick Hanevold
Hi guys, Im quite new to macruby and this is my first attempt at calling c functions in a static library I've linked into my application. I've successfully generated a bridgesupport file that loads just fine into the application first thing after loading frameworks in the rb_main.rb file. At f