• 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: Input in TextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Input in TextView


  • Subject: Re: Input in TextView
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Sun, 30 Dec 2001 19:10:02 +0100

To make the TextView accept input without prior clicking, I used the window-delegate method: windowDidBecomeMain:
and inserted something like:
if ( firstResponder != initialFirstresponder )
{
[ window makeFirstResponder: initialFirstresponder ];
}

What is this initialFirstresponder good for, when I have so set it myself?
Is this a bug, or am I just stupid? (Probably both).

Gerriet.


  • Prev by Date: Re: Translating filenames for command line?
  • Next by Date: Re: Lists as newsgroups (or: give chuq more work!)
  • Previous by thread: Re: Input in TextView
  • Next by thread: Changing cursor when mouse over a link
  • Index(es):
    • Date
    • Thread