Maarten Koopmans napsal(a):

>Yes. I copied ans pasted, it (include) started downloading and then the 
>script threw the error.
>
>--Maarten
>  
>
I was using all Rebol enhancements that can be found in Alpha. Made it 
backwards compatible down to 1.2.10 now. (see the 
http://www.fm.vslib.cz/~ladislav/rebol/spider.r file):

do http://www.fm.vslib.cz/~ladislav/rebol/include.r
include/addpath http://www.fm.vslib.cz/~ladislav/rebol/
include %spider.r

    view layout build/with [
        box 600x600 effect [
            draw [
                spider [
                    size 600x600
                    ; offset 100x100
                    pen black
                    scale 4
                    ; scale [0 200 400 600 800]
                    categories [
                        "Category 1" "Category 2" "Category 3" "Category 4"
                        "Category 5" "Category 6" "Category 7" "Category 8"
                    ]
                    directions
                    pen red
                    data [100 200 300 400 500 600 700 800]
                    pen blue
                    data [100 100 100 100 100 100 100 100]
                ]
            ]
        ]
    ] [spider: :spider*]

-L
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to