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

[REBOL] Re: Images and the Clipboard

From: mbicanic:open:hr at: 21-Aug-2001 22:45

Hi Collin, 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 Regards.mb