Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-22 Thread Joshua Ballanco
If it is ScriptingBridge that is slowing things down, then this sounds like perfect fodder for a bug report to Apple. - Josh On Thursday, December 22, 2011 at 12:15 PM, Alan Skipp wrote: > On 16 Dec 2011, at 15:17, Stephen Horne wrote: > > > This code works, but it takes 15+ seconds to set u

Re: [MacRuby-devel] A Future for MacRuby

2011-12-22 Thread Jeff Hemmelgarn
All, 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 at best a small addition to the overall effort. Given that, I woul

Re: [MacRuby-devel] A Future for MacRuby

2011-12-22 Thread isaac kearse
Hi Jordan, Are you aware that HotCocoa is being actively developed again? https://github.com/HotCocoa/hotcocoa/blob/master/History.markdown There is a good overview of contributions over time here: https://github.com/HotCocoa/hotcocoa/graphs/impact Cheers, Isaac On Wed, Dec 21, 2011 at 8:56 PM,

Re: [MacRuby-devel] MacRuby challenge

2011-12-22 Thread Alan Skipp
I'm glad things are now working as expected. My young cousins should be entertained by it during the Xmas holiday – I'll have to look for some extra disguises; Samuel L. Jackson would certainly be good, though Peppa Pig might be more appropriate. Thanks to Matt, Pavlos and Sean – definitely a g

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-22 Thread Alan Skipp
On 16 Dec 2011, at 15:17, Stephen Horne wrote: > This code works, but it takes 15+ seconds to set up the link to InDesign > (similar stuff with safari takes about 1 second, and in applescript or > rb-appscript it takes about a tenth of a second for either InDesign or > safari). > > I also tri

Re: [MacRuby-devel] Key-Value Compliance & valueForKey:

2011-12-22 Thread Joshua Ballanco
Hey Patrick, Just wanted to follow up on this…did you manage to resolve the issue? If not, could you make sure you log this bug with Trac (https://www.macruby.org/trac/report)? Thanks! - Josh On Thursday, November 17, 2011 at 3:44 PM, Patrick Rogers wrote: > Hi everyone, > > I'm trying

Re: [MacRuby-devel] Speed

2011-12-22 Thread Joshua Ballanco
2011/12/21 François Boone > Hi Josh, > > In macirb, I use: > load "actionAffiche.rb" > 461 queries, real time: 11.578257s > > In Xcode: > I use rubygems and mysql macgems > I have one Button and one table with two columns: when I press the button, > the function actionAffiche is running. I think

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-22 Thread Joshua Ballanco
On Friday, December 16, 2011 at 10:17 AM, Stephen Horne wrote: > #!/usr/local/bin/macruby > framework 'Foundation' > framework 'ScriptingBridge' > > # I followed Matt's instructions for making the bridge support file, but I > wasn't sure where it needs to go, so I did this for a quick fix. >

Re: [MacRuby-devel] Document based application template

2011-12-22 Thread Andy Stechishin
I cannot say or certain why the problem occurred. I did further investigation on another computer and the problem did not repeat with the same same code. I then rebooted the first computer and the problem went did not occur. I apologize for not posted that the problem was corrected to the list. In

Re: [MacRuby-devel] A Future for MacRuby

2011-12-22 Thread Joshua Ballanco
Hey all, I think we need to understand that this thread has been conflating two different issues: 1. Apple support for MacRuby, and 2. the future roadmap for MacRuby. As for #1: I would respectfully suggest that if you feel you need some sort of official "blessing" from Apple in order to continue

Re: [MacRuby-devel] Document based application template

2011-12-22 Thread Maik Kempe
Hi all, I know, it is a lame advice but maybe you should upgrade Xcode / MacRuby. Then you can create a Document based application via the wizard which works like charm for me. If everything is not working, drop me a line and i can send you the generated skeleton from the wizard. On Dec 22, 2