Re: controlTextDidEndEditing and buttons...

2009-11-14 Thread Carlo Caione
On Nov 12, 2009, at 10:24 PM, Kyle Sluder wrote: > On Nov 12, 2009, at 12:52 PM, Carlo Caione wrote: > >> How can I send a controlTextDidEndEditing: to a NSTextField when I click on >> another button (without using tab or enter)? > > You want to use NSEditorRegistrati

controlTextDidEndEditing and buttons...

2009-11-12 Thread Carlo Caione
Hi, How can I send a controlTextDidEndEditing: to a NSTextField when I click on another button (without using tab or enter)? Thanks -- CC___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comment

Re: popup menu entries

2009-11-07 Thread Carlo Caione
On Nov 7, 2009, at 5:41 AM, Graham Cox wrote: On 07/11/2009, at 7:19 AM, Carlo Caione wrote: in an application I need to populate a popup button with at least twenty entries. What is the correct place where I have to store labels? Can a property list be a good idea or is it better to