[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: NSTextField.m patch
From:
Serg Stoyan
Subject:
Re: NSTextField.m patch
Date:
2002年6月26日 19:27:51 +0300
User-agent:
Mutt/1.3.16i
Hi Nicola,
NP> > Here is a patch that makes selectText working (i.e. highlight text after
NP> > Return key pressed).
NP>
NP> what is exactly your problem ?
NP>
NP> Can you tell me how to reproduce it ?
Create NSTextField. Enter into it some text. Press Return key. Entire
contents of the text field should be selected(highlighted). But it doesn't.
Moreover, if i try to select text by NSTextFiled's selectText:
method (in controlTextDidEndEditing: delegate's method), text flashes
from selected(highlighted) to unselected and stays unselected.
--
Serg Stoyan