discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTextfield


From: Thomas Gamper
Subject: Re: NSTextfield
Date: Tue, 24 Mar 2009 13:00:59 +0100
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

Hi!

I worked around the issue by implementing controlTextDidEndEditing: for the NSTextfields delegate.

TOM


Fred Kiefer schrieb:
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]