Re: [MacRuby-devel] ApplicationSupport framework

2011-11-25 Thread Kevin Colyar
Yes! That did it. So, does this mean folks who trying to use the App will need to be on Lion or have Bridge Support Preview 3 installed for it to work, or does does this just affect the build process? Thanks, Kevin -- Kevin Colyar http://kevin.colyar.net ___

Re: [MacRuby-devel] ApplicationSupport framework

2011-11-25 Thread Matt Aimonetti
If you are not on Lion (OS X 10.7x), you need to install BridgeSupport preview 3: http://www.macruby.org/files/BridgeSupport%20Preview%203.zip Let us know if that helped, - Matt On Fri, Nov 25, 2011 at 6:54 PM, Kevin Colyar wrote: > All, > > I'm unable to access any ApplicationSupport framewor

[MacRuby-devel] ApplicationSupport framework

2011-11-25 Thread Kevin Colyar
All, I'm unable to access any ApplicationSupport framework constants or methods ( AXAPIEnabled(), AXUIElementCreateApplication(), etc) in my MacRuby 0.10 application. However, the other developer on the project is able to, apparently since he is running OSX 10.7. Anyone know if there is some kin

Re: [MacRuby-devel] MacRuby promise delivered

2011-11-25 Thread Michael Johnston
Thanks Andy, I'll have a look Sent from my iPhone On 2011-11-25, at 5:35, Andy Park wrote: > I've been hacking on a fork of Interactive-MacRuby since a month or so ago, > and as I now think I won't be able to find the time to distill my experience > to a more presentable form any time soon, I

Re: [MacRuby-devel] Macruby dispatch problem

2011-11-25 Thread Matt Aimonetti
> > Once again, I don't if it's the appropriate forum to post this question. In the doubt... post. This is the main place to discuss MacRuby related things, so feel free to post, worst case scenario, someone will (hopefully) nicely let you know if you are posting in the wrong forum. - Matt 201

Re: [MacRuby-devel] Macruby dispatch problem

2011-11-25 Thread François Boone
Oups ... You have the point. I am very sorry François Le 2011-11-25 à 13:13, Steve Clarke a écrit : > I think you just need > > require 'rubygems' > > before you require 'dispatch' > > Steve > > On 25 Nov 2011, at 17:59, François Boone wrote: > >> Hi, >> >> Once again, I don't if it's

Re: [MacRuby-devel] Macruby dispatch problem

2011-11-25 Thread Steve Clarke
I think you just need require 'rubygems' before you require 'dispatch' Steve On 25 Nov 2011, at 17:59, François Boone wrote: > Hi, > > Once again, I don't if it's the appropriate forum to post this question. > > I have a problem with the dispatch gem on my mac. > > 1) Problem: > $ macirb

[MacRuby-devel] Macruby dispatch problem

2011-11-25 Thread François Boone
Hi, Once again, I don't if it's the appropriate forum to post this question. I have a problem with the dispatch gem on my mac. 1) Problem: $ macirb irb(main):001:0> require 'dispatch' LoadError: no such file to load -- dispatch 2) My configuration: --> MacBook Pro, 2.5 GHz Intel Core 2

Re: [MacRuby-devel] Slideshow on OS X

2011-11-25 Thread Rúben Fonseca
On Thu, Nov 24, 2011 at 11:11 PM, Vincent Isambart wrote: > Have a look at simple-slides.rb and slides.rb Very helpful thank you! Ruben -- Will work for bandwidth ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosfor

Re: [MacRuby-devel] MacRuby: the definitive guide

2011-11-25 Thread Matt Aimonetti
/github.com/mattetti/MacRuby--The-Definitive-Guide/tree/master/chapter_7 > > Or maybe I misunderstood and you are saying that the example works but > your code doesn't? > > > > If that's the case make sure your Actors array controller is set > properly, here is a screen

Re: [MacRuby-devel] MacRuby: the definitive guide

2011-11-25 Thread François Boone
your Actors array controller is set properly, > here is a screenshot from when the code was running under Xcode 3: > https://img.skitch.com/2025-pwuwercmpxe3tn2kit6bst9pnu.jpg > > And make sure you are trying to set the bindings properly, kind of like in > this Xcode 3 example for

Re: [MacRuby-devel] MacRuby promise delivered

2011-11-25 Thread Andy Park
I've been hacking on a fork of Interactive-MacRuby since a month or so ago, and as I now think I won't be able to find the time to distill my experience to a more presentable form any time soon, I'll just share my not-so-tidy work in progress and my current repl-based workflow in case others may