Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Input in TextView



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.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.