[REBOL] Re: Images and the Clipboard
From: petr:krenzelok:trz:cz at: 21-Aug-2001 19:43
----- Original Message -----
From: <[Sanghabum--aol--com]>
To: <[rebol-list--rebol--com]>
Sent: Tuesday, August 21, 2001 7:08 PM
Subject: [REBOL] Images and the Clipboard
> Hi all,
>
> Does anyone know how to write a layout to the clipboard?
>
> Mylayout: layout [button "hello" field "goodbye"]
> Myimage: to-image Mylayout
> write/binary clipboard:// MyImage
myimage doesn't hold image as you probably expect it - bitmap. It is rebol
image datatype, nothing more. You would have to use save it to get real
image .... but then I still don't know how to get it into clipboard ...
Cheers,
-pekr-