Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Images and the Clipboard

From: sanghabum:aol at: 21-Aug-2001 18:23

Hi MB [mbicanic--open--hr]
> S> Does anyone know how to write a layout to the clipboard? > > S> Mylayout: layout [button "hello" field "goodbye"] > S> Myimage: to-image Mylayout > S> write/binary clipboard:// MyImage > > S> does not end up with an image on the clipboard. Not with Windoze anyway. > > Try > > save/png clipboard:// MyImage >
Thanks for the suggestion, but it doesn't work on Windoze. Nor does save/bmp or some other combinations I've tried. Something gets written, but usually only a few bytes. Can anyone paste images to the clipboard on other platforms, or is this a rebol-wide feature? --Thanks, --Colin.