Max wrote:
> By looking at the liquid-vid tutorials,
> http://www.rebol.it/~steel/liquid-vid/tutorials.html
>
> Most things about liquid are explained in enough detail, I hope.  I have
not received one comment on them.  either no one went, or those that did,
found it clear enough for their understanding (I hope its the later ;-).

I downloaded the zip file from:
        http://www.rebol.it/~steel/downloads/packages.html
then I unzipped Steel so that all the files appeared like this:

>> change-dir %/c/Rebol/Steel/
== %/c/Rebol/Steel/
>> list-dir
colorbox.r         library_setup.r    liquid-vid.r       liquid.r
open-library.r     sheet-metal_old.r  steel-console.r    steel-utils.r
steel.r

Then I added these lines to my %User.r:

        steel-library-path: [%/C/Rebol/Steel/ %/C/Rebol/Steel/]
        do %/C/Rebol/Steel/open-library.r

That's because I couldn't get %library_setup.r to work properly for me. (It
kept making paths to %Steel/Library/ which didn't exist.)

Then after running Rebol/View, you need to 'do these lines:
        liquid-vid: open-library 'liquid-vid 0
        stylesheet: liquid-vid/style

Then the tutorials at:

        http://www.rebol.it/~steel/liquid-vid/tutorial-hello.html

and:

        http://www.rebol.it/~steel/liquid-vid/tutorial-slider.html



The library part seems very complicated to me. :-/ I don't know what
advantage the library system system has over a simple 'do?

Steel/Liquid seems really good.

Andrew J Martin
Steel learning...
ICQ: 26227169
http://www.rebol.it/Valley/
http://valley.orcon.net.nz/
http://Valley.150m.com/
-><-

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to