Hi all,
I use setString to set the data in TextField, but the cursor is always at the begin of TextField,why?
I test it on S40 and windows mobile and nokia 5300,that's ok, but the cursor is always at the begin of TextField when i try to setString("123") on Nokia device(S60 2nd, S60 3rd fp1 N73,E61...)
here is my test code:
TextField inputField = new TextField("", "123", INPUT_LENGTH, TextField.PHONENUMBER);
form = new Form("Test");
form.append(inputField);
//the cursor is at the begin of "123"
inputField.setString("4567");
//thecursor is at the begin of "4567"

Reply With Quote



