Hi Chaz,
<< So, what's the best way to do a screensaver in REBOL? >>
That would be OS dependent. Under Windows (if memory serves) you need to
handle the following:
Parse command line for -c|/c|c (configure) and -s|/s|s (save) switches.
Make window style (maximized, no title bar, no border).
I think you need string table resource with an item ID of 1 that starts
with
"SCRNSAVE" and then has the title you want to show in the Win setup dialog.
Makes a few (API) calls when you start up.
Shut down when you get a mouse or keyboard event.
Change the EXE extension to SCR.
I can't rememer what you have to do if they have a password set.
--Gregg
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.