Re: insertText in NSOutlineView? (for Autolocator)
Re: insertText in NSOutlineView? (for Autolocator)
- Subject: Re: insertText in NSOutlineView? (for Autolocator)
- From: Manfred Lippert <email@hidden>
- Date: Fri, 17 May 2002 16:16:53 +0200
>
The best I've been able to do is subclass NSOutlineView, over-ride -keyDown
That was my first solution also. But this will only work with alphanumeric
characters. (But this is better than nothing ;-))
>
This works very well simply because NSOutlineView doesn't do anything with
>
alphanumerics (no matter what language you're using), and it really doesn't
>
matter what comes in since you're just trying to match it with the characters
>
of the items of the NSOutlineView.
As far as I can see this will not work with characters that must be entered
with two key strokes, e.g. an accented french character, does it?
So I am still trying to find a way to use the text input manager and some
point where finally "insertText" is called (after interpretation of the raw
key strokes). But I had no success.
>
However, this whole behavior seems very commonly needed, I wonder if you
>
could file a bug report/feature request with Apple.
Yes, if I find time to, I will do it.
Regards,
Mani
_______________________________________________
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.