Re: How can I prevent drag-and-drop initiation in an NSTextField
Re: How can I prevent drag-and-drop initiation in an NSTextField
- Subject: Re: How can I prevent drag-and-drop initiation in an NSTextField
- From: Kyle Sluder <email@hidden>
- Date: Tue, 16 Aug 2011 11:31:37 -0700
On Tue, Aug 16, 2011 at 11:26 AM, Michael Crawford
<email@hidden> wrote:
> I assume you meant NSTextField not NSTextView? I'm working on touch based
> museum exhibits, which run on Mac mini's. Suffice it to say I don't want to
> allow the movement of text.
Remember, all editing is done by the field editor, which is an
instance of NSTextView. This includes selection. NSTextField has no
selection or editing capabilities of its own.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden