Re: Auto pop-up list from State field in Address book database

2008-06-25 Thread Peter Ammon
In fact, NSPopUpButton does do type-select when it has key focus, even if not popped up. However, there is no visual feedback until you finish typing, so this doesn't work as well as it might. On Jun 25, 2008, at 5:30 PM, Gary L. Wade wrote: I don't think NSPopUpButton will accept key event

RE: Auto pop-up list from State field in Address book database

2008-06-25 Thread Gary L. Wade
I don't think NSPopUpButton will accept key events if the menu is not active, although once the menu is active, it will accept key events, but you could probably embed your NSPopUpButton control in a custom control that does take key events and then filter those into choosing an item in the menu

Auto pop-up list from State field in Address book database

2008-06-25 Thread Papa-Raboon
Hi Guru dudes,I am working on a simple application where I want to get a list from a file out of a file. Maybe XML or a flat text file and I want the list to pop up and drill down based on what I type so that I can select them. Like many web sites do using AJAX technologies. Can anyone tell me whe