On 9/11/06, Guyren Howe <[EMAIL PROTECTED]> wrote:
On Sep 11, 2006, at 8:17 AM, Dennis Birch 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.
>> On 9/10/06, Guyren Howe <[EMAIL PROTECTED]> wrote:
> 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?
Good idea, but changing the identifier to random strings doesn't make
any difference.
Oh well, just a shot in the dark.
Anyway, even if I had picked an existing identifier,
I should still be able to get and set it, right?
My experience with the call to Clipboard.PrivateData("styl") made it
appear to me that RB was grabbing my data incoming, but giving me back
something very different than my incoming privately defined string on
the way out.
_______________________________________________
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>