0

我有一个问题:当我在文本为空 ( "" ) 或 TextField.replaceText( 0, text.length, "some text" ) 的 TExtField 上使用 TextField.appendText( ) 时,不会显示文本,但是text 属性已正确更改。有人知道为什么吗?

例子:

_textField.replaceText( 0, _textField.text.length, String.fromCharCode( ke.charCode ) );    //if it is the first key, we replace the text, otherwise append to it

GR,全科医生

4

1 回答 1

0

显然,我需要先使用 _textField.setSelection =o

于 2012-10-10T18:05:48.447 回答