Oh, cool.  I'll try it right now!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Jussi Hagman
Sent: Monday, April 09, 2001 3:34 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: Problem with load-image


Quoting Carl Sassenrath ([EMAIL PROTECTED]):
> Actually, add this to your code for now:
>
>    load-image: func [url] [load-thru/binary url]

Thanks, this is a lot cleaner approach compared to saving temporary
files.

And as there must be quite a many of Amiga afficinandos here I'll send
also the little script I was working on here.

As you must know, the slides from the Amiga Inc. speach at St.Louis
are available at http://www.aug99.com/museum/amiga/amigashow2001.html .
For me the interface [Thumbnails and popup-windows] was a horror so I
made a little script with REBOL to make reading the slides a little
more pleasant.

Here goes:

REBOL []

load-image: func [url] [load-thru/binary url]
base-url: http://www.aug99.com/museum/amiga/bilder/img

for i 1 32 1 [
        img: load-image rejoin [base-url i ".jpg"]
        view layout [image img [unview] [quit]]
]


It is not much but hopefully someone enjoys it.

--
Jussi Hagman                                CS in Åbo Akademi University
Studentbyn 4 D 33                           [EMAIL PROTECTED]
20540 Åbo                                   [EMAIL PROTECTED]
Finland
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to