Re: Selecting NSTextFieldCell as First Responder?
Re: Selecting NSTextFieldCell as First Responder?
- Subject: Re: Selecting NSTextFieldCell as First Responder?
- From: Rob Frohne <email@hidden>
- Date: Sun, 1 Sep 2002 16:09:09 -0700
Thanks Lance,
I found just what I needed in NSMatrix as you suggested.
[[displayMatrix window] makeFirstResponder: displayMatrix ];
[displayMatrix selectCellWithTag:XDISPLAY];
selectCellWithTag: was the key!
Thanks,
Rob
On Sunday, September 1, 2002, at 03:01 PM, Lance Bland wrote:
On Sunday, September 1, 2002, at 05:41 PM, Rob Frohne wrote:
Subject: Selecting NSTextFieldCell as First Responder?
a cell is not a responder.
look at the superclasses for NSTextFieldCell and then NSView and then
NSMatrix.
------------------------------------
Lance Bland
mailto:email@hidden
web charts at http://www.vvi.com/products/chart
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla College
http://www.wwc.edu/~frohro/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.