Info

This question is closed. Reopen it to edit or answer.

How can I copy data from one edittext box to another along with the shifting of cursor start blinking at the end of data in other text box in GUI?

1 view (last 30 days)
After typing number in * B-Number series * edittext box , when i will press enter , data should copy to * B-Number * and cursor control should shift to * B-Number * edittext box , cursor should be at that point where data end(as i can input from this onward) not from the starting in * B-Number * edittext box.........

Answers (1)

Walter Roberson
Walter Roberson on 13 May 2015
You will need to use Java controls to move the cursor position within the box. See the Undocumented MATLAB site for information about that.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!