Hi,
I had a requirement like this, there are two text fields say Textfield1 and Textfield2 and if Textfield1 is full it should automatically go to textfield2 and fill the characters typed from the keyboard. I had implemented this by using full event. If Textfield1 is full change focus to Textfield2.
Now I have come across very strange issue i.e., the last character that I enter in Textfield1 is not going to Textfield2. Its because full event is triggered at the key in of the last character.
Tried other alternatives didnt work.
Guys, Now I dont understand is this correct. Anybody came across the same issue.
Thanks for all you do.