[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTextfield
From: |
Fred Kiefer |
Subject: |
Re: NSTextfield |
Date: |
Tue, 24 Mar 2009 09:30:15 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20081227) |
icicle@mail.cg.tuwien.ac.at wrote:
> I have a question: is NSCell's setSendsActionOnEndEditing currently
> broken in svn trunk? It doesn't work for me, but I am sure it worked
> some time ago. I have a subclass of NSWindoController which implements
> the windowDidLoad method, and in there I send
> setSendsActionOnEndEditing:YES to all my NSTextfield cells. Am I doing
> something wrong?
>From the source code I can say that this method doesn't currently
influence the behaviour of the NSCell. I don't know whether this was any
different before and if so why it should have changed.
My guess is that the method textDidEndEditing: on NSControl should call
this method, but I am not sure.
Fred
- NSTextfield, icicle, 2009/03/23
- Re: NSTextfield,
Fred Kiefer <=