[REBOL] Re: Skinning Thought
From: etienne:alaurent:free at: 9-Oct-2001 15:13
Hi, Carl,
Carl Read wrote:
>On a related note, I'm having problems viewing Etienne's skins. They
>seem to download okay, but then nothing else happens. Looking at the
>do-skins-demo.r, I see the last line is...
>
>do %skins-demo/skin-select.r
>
>which seems to be the problem, as that directory and script hasn't
>been loaded into my Public directory and I can't access it on the
>site. Has it been moved or removed? Etienne?
>
When you click on the "Skins demo" icon (in fact the file %do-skins-demo.r) for the first
time, the file is downloaded in your local Public directory under :
[..]public/etienne.alaurent.free.fr/rebol/tools/do-skins-demo.r
then do-skins-demo.r is executed : if the file %install-skins-demo.r is not present or
its size differs from the original file size, then %install-skins-demo.r is downloaded.
After downloading is ok, %install-skins-demo.r is executed and all the related files
are uncompressed in your local Public directory under :
[..]public/etienne.alaurent.free.fr/rebol/tools/skins-demo/
But, after that, it's true that the skins demo is not launched. Click again on the "Skins
demo" icon : the %install-skins-demo.r will not be downloaded, but %skins-demo/skin-select.r
will be launched.
Now, if %install-skins-demo.r is not executed, go in the directory :
[..]public/etienne.alaurent.free.fr/rebol/tools/
and launch it manually.
Tell me if you encounter others mistakes.
--
regards.
---
Etienne