Re: [MacRuby-devel] HotCocoa futures

2011-12-23 Thread Mark Rada
Hi guys, I think Isaac already answered things fairly well, but I still thought I would throw in my two cents. HotCocoa will be done when Cocoa is dead. Even then, I'm sure there will still be things to do. The "goal" of HotCocoa, as I see it, is to make Cocoa apps easier to develop and mainta

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
Hi Watson, Thanks for taking a look! This is where it crashes in TwUI: https://github.com/twitter/twui/blob/master/lib/UIKit/TUIView.m#L311 Cheers, Isaac On Sat, Dec 24, 2011 at 11:59 AM, Watson wrote: > Hi, > > Now I have seen your project. > Apparently, it is crashed by lib/views/ExampleTabB

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread Watson
Hi, Now I have seen your project. Apparently, it is crashed by lib/views/ExampleTabBar.rb(line:10) To determine the cause, I need more time. Thanks, 2011/12/24 isaac kearse : > I should have also mentioned that I can reproduce this crash on > MacRuby 0.10, 0.11 and the latest nightly build. >

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
I should have also mentioned that I can reproduce this crash on MacRuby 0.10, 0.11 and the latest nightly build. On Sat, Dec 24, 2011 at 11:19 AM, isaac kearse wrote: > TwUI is a hardware accelerated UI framework for Mac, inspired by > UIKit: https://github.com/twitter/twui > > I'd like to try us

[MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
TwUI is a hardware accelerated UI framework for Mac, inspired by UIKit: https://github.com/twitter/twui I'd like to try using it in my MacRuby apps, so I thought to start with I would port the the TwUI Example Project to MacRuby. TwUI Example Project: https://github.com/twitter/twui/tree/master/E

Re: [MacRuby-devel] HotCocoa futures

2011-12-23 Thread isaac kearse
Hi Rich, Thanks for starting a new thread - I was just getting ready to pollute the future of MacRuby thread with some more HotCocoa talk :) Jordan: "The goal of the project is to simplify the process of creating and configuring Cocoa objects used when building native Mac apps" https://github.co

[MacRuby-devel] HotCocoa futures

2011-12-23 Thread Rich Morin
At 7:29 PM +0100 12/23/11, Jordan K. Hubbard wrote: > On Dec 23, 2011, at 2:47 AM, isaac kearse wrote: > > Are you aware that HotCocoa is being actively developed again? > >https://github.com/HotCocoa/hotcocoa/blob/master/History.markdown > > > That's good to know. It would also be good to know, i

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Bernard Kenik
> Date: Fri, 23 Dec 2011 15:21:38 + > From: Stephen Horne > To: "MacRuby development discussions." > > Subject: Re: [MacRuby-devel] MacRuby scripting bridge speed > Message-ID: <4ef49c82.2080...@gmail.com> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Thanks Al

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Bernard Kenik
> > Message: 1 > Date: Fri, 23 Dec 2011 13:04:19 + > From: Steve Clarke > To: "MacRuby development discussions." > > Subject: Re: [MacRuby-devel] MacRuby scripting bridge speed > Message-ID: <0d3cab69-bd45-4b4b-b85d-7a12c0b40...@sclarkes.me.uk> > Content-Type: text/plain; charset="us-

Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Jordan K. Hubbard
On Dec 23, 2011, at 2:47 AM, isaac kearse wrote: > Are you aware that HotCocoa is being actively developed again? > https://github.com/HotCocoa/hotcocoa/blob/master/History.markdown That's good to know. It would also be good to know, if and when the subject ever comes up, what its mission stat

Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Conrad Taylor
On Wed, Dec 21, 2011 at 2:45 PM, Dan Farrand wrote: > It's been great to read everyones thoughts on this subject. It's helped > me get a better perspective on what MacRuby is. > > I am a Ruby newbie but have been working on Mac for a long time, mostly in > the "business applications" space. > > H

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Stephen Horne
Thanks Al, Steve. You've given me the push I needed to sort out MacRuby-Appscript. It's taken me four hours to finally understand how to do it, but at least I have it running now. Fb Steve Clarke 23 December 2011 13:04 I have used macruby-appscript  and it works fine.

Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Jeff Hemmelgarn
Josh, I guess I am just getting used to working with an open-source project. I am used to discussing requirements and possible solutions with my cow-orkers before writing code. It is a big change for me to just go ahead and write something and ask to have it included. I'll give it a try. I

[MacRuby-devel] Building MacRuby with GNU readline support

2011-12-23 Thread Mario Grgic
I'm trying to get vi-editing mode support in macirb, but it looks this is not going to work without custom build of MacRuby with GNU readline? Is it possible to just build readline extension alone and place it in /Library/Frameworks/MacRuby.framework/Versions/Current/usr/lib/ruby/site_ruby/1.9.

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Steve Clarke
I have used macruby-appscript  and it works fine.  I had developed quiet a few apps with rb-appscript and I was able to get them all working with the macruby version.  A few things needed change but I was able to write apps that used either macruby or MRI versions of appscript.  Only a few methods

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Stephen Horne
I've filed a bug under Bug ID# 10623540 https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/15/wo/EhDys34ihfZfRTfpGeDIi0/10.66 Fb Joshua Ballanco 23 December 2011 07:10 If it is ScriptingBridge that is slowing things down, then this sounds lik

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Stephen Horne
Alan Skipp 22 December 2011 17:15 I can confirm the same problem with setting up a scripting bridge link to InDesign. In my experience rb-appscript is far superior to scripting bridge, it's a shame it can no longer be developed. Explained here:http://appscript.sourcefor

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-23 Thread Stephen Horne
Hi Josh. Joshua Ballanco 22 December 2011 15:04 On Friday, December 16, 2011 at 10:17 AM, Stephen Horne wrote:I am afraid I don't have a copy of InDesign, so I cannot test your specific situation. However, it would be interesting to know what part of your

Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Joshua Ballanco
On Thursday, December 22, 2011 at 11:15 PM, Jeff Hemmelgarn wrote: > I cannot separate the stakeholders (and their issues) from the roadmap. > MacRuby will go where people who care to push want it to go. Barring getting > a job where I am paid to push MacRuby in a certain direction, I will be a