realbasic-nug
[Top] [All Lists]

Re: Drag and drop not working on Windows

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Drag and drop not working on Windows
From: John McKernon <mckernonjunk at earthlink dot net>
Date: Sun, 30 Sep 2007 14:00:51 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcgDi9ZBFQ3Z029/EdyUxgAbY5Keog==
Thread-topic: Drag and drop not working on Windows
> So despite that everything seems to be working, it's not. The
> DropObject event never gets called.

I've got drag & drop working successfully in both Mac & Windows, the
question is, what kind of object are you trying to drop? Do you have the
appropriate AcceptRawDataDrop, AcceptTextDrop, AcceptPictureDrop,
AcceptMacDataDrop, and/or AcceptFileDrop statements in your code?

For dragging and dropping application-specific data, I use AcceptMacDataDrop
and it seems to work fine on both platforms.

- John


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

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>