Thanks Sean but I can't get any key to function as the minus key. I am using 
Eclipse and the Android emulator. It looks like the "I" key should be the 
minus key because of what is printed in the background of it. Does the minus 
sign show in the EditText?


Mike



----- Original Message ----- 
From: "Sean Hodges" <[email protected]>
To: <[email protected]>
Sent: Tuesday, June 23, 2009 6:08 AM
Subject: [android-beginners] Re: How Do you enter a negative number into an 
EditText


>
> On Tue, Jun 23, 2009 at 1:07 PM, MMC2<[email protected]> wrote:
>>
>> Can someone please tell me how to enter a negative number into an
>> EditText?
>
> Ensure the EditText box is in focus (the cursor will be blinking
> inside it), then press the minus key "-" followed by the numerical
> digits required for your number.
>
>>
>> Also where can I find a map of the keyboard and corresponding
>> keycodes.
>
> I'm not aware of a graphical map of any of the currently released
> Android phones, although I only did a quick search for G1 images. You
> can find the keycodes here:
>
> http://developer.android.com/reference/android/view/KeyEvent.html
>
> The actual position of these keys will depend on the phone, but you
> could compare them against images of the phones you are planning to
> target.
>
>
> Regards,
>
> Sean
>
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to