Re: Controlling selection in NSTextFields
Re: Controlling selection in NSTextFields
- Subject: Re: Controlling selection in NSTextFields
- From: "Sven A. Schmidt" <email@hidden>
- Date: Sun, 11 Nov 2001 00:38:28 +0100
<interesting problem description and solving snipped>
I can't believe nobody else needs to do this!
Well, reading your description I understand why noone has tried ;-)
This might be too obvious but have you tried to override the mouseDown
message of NSControl for the text field?
Sven