質問があります: テキストが空の TExtField ( "" ) または TextField.replaceText( 0, text.length, "some text" ) で 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
学士、GP