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

clipboard?

 [1/8] from: inetw3::mindspring::com at: 12-Jul-2001 9:33


I saw it, i saved it, and succesfully lost it. One more time please, could some one be kind and refresh my memory on copy and pasting to/from the clipboard please.

 [2/8] from: tserpa:biomedsys at: 12-Jul-2001 10:02


http://www.rebolforces.com/view-faq.html#sect1.1.

 [3/8] from: dmurrill:mindspring at: 12-Jul-2001 10:02


Thaks Ted, i looked everywhere but there.

 [4/8] from: ptretter:charter at: 18-Oct-2001 14:32


Anyone know of any limitation with clipboard:// writes. I have written encrypted data to the clipboard but it always seems to truncate the data at some point. I'm thinking that some of the characters in the encypted data are forcing the clipboard:// port to abort the data write at some point. Could this be a bug? Paul Tretter

 [5/8] from: steve:shireman:semaxwireless at: 18-Oct-2001 15:09


Paul, Have you tried write/binary ? Steve Shireman Paul Tretter wrote:

 [6/8] from: ptretter:charter at: 18-Oct-2001 14:44


Actually, nevermind I found the problem - it seems to cut data off after it receives a "^@". ----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Thursday, October 18, 2001 2:32 PM Subject: [REBOL] Clipboard://
> Anyone know of any limitation with clipboard:// writes. I have written
encrypted data to the clipboard but it always seems to truncate the data at some point. I'm thinking that some of the characters in the encypted data are forcing the clipboard:// port to abort the data write at some point.

 [7/8] from: greggirwin:mindspring at: 18-Oct-2001 14:37


Hi Paul, There was a discussion a while back and I think the conclusion was that the clipboard only supports text at this time. Binary data is not guaranteed to work. Not sure if your encrypted data is triggering that or not. --Gregg

 [8/8] from: ptretter:charter at: 18-Oct-2001 16:52


I tried that and it doesnt work either - same result. My choice is to just take encypted data and form it and then post it to the clipboard via write clipboard:// form copy crypt-port. That seems to work just fine. Paul Tretter ----- Original Message ----- From: "Steve Shireman" <[steve--shireman--semaxwireless--com]> To: <[rebol-list--rebol--com]> Sent: Thursday, October 18, 2001 3:09 PM Subject: [REBOL] Re: Clipboard://
> Paul, > Have you tried write/binary ? > Steve Shireman > > Paul Tretter wrote: > > > Anyone know of any limitation with clipboard:// writes. I have written
encrypted data to the clipboard but it always seems to truncate the data at some point. I'm thinking that some of the characters in the encypted data are forcing the clipboard:// port to abort the data write at some point.