N
Nikhil
Hello,
I am basically new to J2ME MIDP development and also new to this
group. So apologies if this has already been covered or turns out to
be a stupid question Here goes:
I am trying to develop a MIDlet where I have a Form to accept certain
values from the user. This is fairly straightforward and is easy to
create with the high level Form a and TextField objects.
Now, I wish to add a functionality to my MIDlet, in which, the user
can press a specific key.. say the "Select" key or the "Call" key.. at
any time during the form to start another thread of operation which
performs something totally different... say for example, the user is
entering values into the form and in between somewhere he presses this
specific key and the phone start playing music. I hope you get my
point.
Basically I want to listen for key pressed or key held events on a
Form object. Now I understand that Key events can be found only on the
low-level Canvas based screens. So is it possible to do it with Screen
elements..?
Thanks,
Nik
I am basically new to J2ME MIDP development and also new to this
group. So apologies if this has already been covered or turns out to
be a stupid question Here goes:
I am trying to develop a MIDlet where I have a Form to accept certain
values from the user. This is fairly straightforward and is easy to
create with the high level Form a and TextField objects.
Now, I wish to add a functionality to my MIDlet, in which, the user
can press a specific key.. say the "Select" key or the "Call" key.. at
any time during the form to start another thread of operation which
performs something totally different... say for example, the user is
entering values into the form and in between somewhere he presses this
specific key and the phone start playing music. I hope you get my
point.
Basically I want to listen for key pressed or key held events on a
Form object. Now I understand that Key events can be found only on the
low-level Canvas based screens. So is it possible to do it with Screen
elements..?
Thanks,
Nik