From: Martin Stannard Date: 2002-12-03T08:52:28+09:00 Subject: Re: Screensaver -----Original Message----- From: Pablo Lorenzzoni [mailto:spectra@debian.org] Sent: Tuesday, 3 December 2002 10:36 AM To: ruby-talk@ruby-lang.org Subject: Screensaver >Hello! > >Does anybody know how to program a screensaver for windows using ruby? > >[]s > >Pablo Hi, I think I was able to get this working with RUDL and exerb a couple of months ago - I'll have to check my home machine later. - Build your ruby app using RUDL for the graphics. - Convert to a standalone exe with exerb - Change the extension of the exe to scr and put in the windows directory Go to screen preferences and you should be see your screensaver in the combo box. regards, Martin