• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: I-beam curseroff?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >I-beam curseroff? (From: Hans van der Meer <email@hidden>)

  • Prev by Date: grey toolbar
  • Next by Date: Re: Capture screen in Cocoa
  • Previous by thread: I-beam curseroff?
  • Next by thread: Re: I-beam curseroff?
  • Index(es):
    • Date
    • Thread