Re: NSTokenField - what's with all the beeps?
Re: NSTokenField - what's with all the beeps?
- Subject: Re: NSTokenField - what's with all the beeps?
- From: Dan Wood - Discussion Lists <email@hidden>
- Date: Fri, 13 May 2005 11:41:35 -0700
Ah, I found out what it was by breaking on NSBeep. I have TextExtras
installed, and I see from the backtrace that NSBeep is called by -
[NSTextView(TETextExtras) TE_Complete:] (which is in turn called by -
[NSTokenFieldCell _autoCompleteEditorTyping:])
So Now I just have to figure out how to turn off that aspect on my
system....
Thanks!
FROM : Tim Gogolin
DATE : Thu May 12 23:43:43 2005
On May 12, 2005, at 4:24 PM, Dan Wood - Discussion Lists wrote
> Has anybody noticed all the beeping you get with every character
> typed into an NSTokenField? Try it -- make an NSTokenField in
> Interface Builder and test the interface, then type into the
> field. Every keystroke gets a beep.
>
> Nothing in the documentation gives me any clues. Any ideas?
> Something that I'm supposed to hook up in the delegate?
Nope. I don't get that effect in IB or when I make them
programatically. And I've been doing a lot of work with NSTokenField
lately (as you can see from my previous posts)...
Maybe you have disabled or not-editable TokenFields?
Maybe you have a Inline editor problem (i.e. little US flag in the
upper right of the menu bar)
Are you really dealing with generic TokenFields (did you try that
experiment in IB yourself?), or have they passed through some
initialization code in your app?
Do you have some delegate methods implemented?
Maybe having there is a set of methods that must be implemented as a
group or not at all?
-- Tim Gogolin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden