• 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: insertText in NSOutlineView? (for Autolocator)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: insertText in NSOutlineView? (for Autolocator) (From: Brendan Younger <email@hidden>)

  • Prev by Date: OT: PB keyboard navigation
  • Next by Date: ANN: BruteForce Debugging Framework 0.1
  • Previous by thread: Re: insertText in NSOutlineView? (for Autolocator)
  • Next by thread: Re: insertText in NSOutlineView? (for Autolocator)
  • Index(es):
    • Date
    • Thread