Re: Drag and drop
Re: Drag and drop
- Subject: Re: Drag and drop
- From: Cameron Hayne <email@hidden>
- Date: Thu, 17 Nov 2005 03:52:25 -0500
On 17-Nov-05, at 3:11 AM, Ed Gronenschild wrote:
I just made the transition from Codewarrior to XCode 2.2 and the first
thing I noticed was that the Editor is not capable of performing
drag and drop. Is this indeed not possible or do I need to set
a flag somewhere?
Ii suspect that perhaps what you are encountering is the difference
in the way that text-dragging works between Carbon and Cocoa. In a
Cocoa app (e.g. XCode), to drag a few words of text: you select them,
then release the mouse button, click on the selected text and keep
the mouse still for a fraction of a second, and then you drag.
It is the fraction of a second keeping the mouse still that you are
missing.
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Drag and drop (From: Ed Gronenschild <email@hidden>) |