Making a textfield active
I'm writing a MIDP 1.0 application for an older phone. I have a textfield for data entry and I would like a way in the code to force it to be "selected".
Right now the user has to use the up and down buttons to choose the textfield and then press the select button and THEN they can start typing data in it. I would like to streamline this a bit.
Ideally I would like them to just be able to start hitting numbers and have them start appearing in the textfield.
Failing that I would like at least a way to force the textfield to be selected to they don't have to maneuver to it each time.
Any help?
Thanks.

