I was having problems with clipboard.RawData when experimenting with
that a while back. It turned out the problem was that I was using a
known Mac type, "styl", for a parameter. So RB was apparently
interpreting things correctly without my realizing it. Could you be
running into a situation like that?

On 9/10/06, Guyren Howe <[EMAIL PROTECTED]> wrote:
10.4.7, MacBook, 2K6r3 Pro. The following code:

   Dim d As new DragItem
   d.PrivateRawData("xxxx") = "Should appear"
   MsgBox d.PrivateRawData("xxxx")

Displays an empty dialog box. Getting the property into a variable
and looking at it in the debugger also shows it to be empty.

I can't find a bug report on this not working, but it sure doesn't
appear to be. Am I missing something?
_______________________________________________
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