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

[REBOL] Re: Images and the Clipboard

From: inetw3:mindspring at: 21-Aug-2001 19:46

Hi Sang, This is were the power of Rebol shines. when you clipboard data back and forth you'll realize you have the ability to use it as a type of server port for dynamic code. popup: does [read clipboard://] Mylayout: view layout [button "hello" field "goodbye"] write clipboard:// Mylayout do popup if user paste data from any program Rebol can parse it and throw back an answere visually. You can also load data back to the clipboard and do it from a Rebol script.