Re: disable CTRL + click in textfiled
Re: disable CTRL + click in textfiled
- Subject: Re: disable CTRL + click in textfiled
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 12 Aug 2005 07:19:58 -0600
On Aug 12, 2005, at 5:21 AM, Harmanpreet Bachal wrote:
Can someone plz tell me how to disable CTRL + click in NSTextfiled.
I think you can accomplish that by making a custom NSTextView
subclass that returns nil on -menuForEvent:, and use the window
delegate to return an instance of that subclass for the text field's
field editor. But why do you want to do this?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden