[EMAIL PROTECTED] wrote:
Subject: Re: [Linux] I can't believe it - About Clipboard From: "Joseph J. Strout" 
<[EMAIL PROTECTED]> Date: Sat, 18 Mar 2006 11:04:06 -0700 At 4:14 PM +0100 3/18/06, Emile 
Schwarz wrote:

In the debugger, I found:

Picture:        Nil
Text:                   <empty: US ASCII, length=0>


Don't trust what the debugger tells you for these -- they're computed properties, and may not be able to report their values to the debugger. Try testing them with some actual code.

Thanks, will do a much elaborated test.


BTW: I only wanted to know to which data kind my Picture is translated in the Copy process 'cause it is not there in the Paste process:

If Clip.PictureAvailable Then
  // Nothing

ElseIf Clip.TextAvailable Then
  // Nothing

Else
  // Something: either RawData or PrivateRawData
Else

I get the "RawData or PrivateRawData" but I do not know the code to use to get the data. That's the reason why I started to explore EditCopy...


Have a nice Sunday,

Emile

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to