Re: I-beam curseroff?
Re: I-beam curseroff?
- Subject: Re: I-beam curseroff?
- From: PGM <email@hidden>
- Date: Sat, 2 Sep 2006 10:13:38 -0400
You probably can simply overwrite - (void)resetCursorRects with an
empty implementation in a subclass of NSTextFieldCell (or NSMatrix,
if your textfields are in a matrix):
- (void)resetCursorRects{
return;
}
Groetjes, Patrick
On 2-Sep-06, at 9:41 AM, Hans van der Meer wrote:
I would like to switch the I-beam cursor off while editing a
textfieldcontrol for input; preferable as a configuring call during
the control's setup, but otherwise during/after getting its input.
I don't need the I-beam because the control is restricted to
contain one character at a time only and I find it distracting.
Of course I searched the documentation, but could not find how to
do this.
Would someone be so kind as to point me in the right direction?
Hans van der Meer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40sympatico.ca
This email sent to email@hidden
_______________________________________________
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