Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-24 Thread Stephen Horne
Hi bbiker. It's actually very simple to set it up, I just found it confusing because I, like Steve, have very little idea about Xcode and frameworks and the like. So download the source files from https://github.com/dnagir/appscript/tree/master/macruby-appscript/trunk I got the whole repositor

Re: [MacRuby-devel] MacRuby scripting bridge speed

2011-12-24 Thread Steve Clarke
2011, at 18:43, Bernard Kenik wrote: > >> >> 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 >>

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=&quo

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>

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] 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] 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] 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] 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. >