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] Slideshow on OS X

2011-11-24 Thread Vincent Isambart
> So my question is, do anyone know an existing framework or sample code > for showing fullscreen slideshows on OS X apps? https://github.com/alloy/under-the-macruby-rainbow_RubyKaigi-2011-LT Have a look at simple-slides.rb and slides.rb ___ MacRuby-dev

[MacRuby-devel] Slideshow on OS X

2011-11-24 Thread Rúben Fonseca
Hi all, first post to this mailing list. I'm trying to implement a simple Slideshow application on OS X using Macruby. It seems the normal way of doing this in Objective-C is by using the IKSlideshow class of Quartz framework. However I quickly started having crashes, even on the simplest example