[android-developers] Re: android:inputType="number" Error

2011-09-08 Thread Macotonalds
maybe it's because of the Integer.MAX_VALUE that is 2147483647. On Sep 8, 3:40 pm, Duygu Kahraman wrote: > Hi All; > > I have a problem about Edittext.I want to enter just number one of my > Edittext  so in xml i use android:inputType="number" .But When i want > to more than 10 characters progra

[android-developers] Re: android:inputType="number" Error

2011-09-08 Thread Károly Holczhauser
Hey dudo!:) Check this out please, this is what you are looking for? http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html Bye, Károly On szept. 8, 08:40, Duygu Kahraman wrote: > Hi All; > > I have a problem about Edittext.I want to enter just number one of my

Re: [android-developers] Re: android:inputType="number" Error

2011-09-08 Thread Duygu Kahraman
hmm ok. How can i road to fix my problem? in my edittext user must enter 12 characters.I must change type in xml or i must write code project for it? 2011/9/8 Macotonalds > maybe it's because of the Integer.MAX_VALUE that is 2147483647. > > > On Sep 8, 3:40 pm, Duygu Kahraman wrote: > > Hi A

Re: [android-developers] Re: android:inputType="number" Error

2011-09-08 Thread Duygu Kahraman
Thx for all reply but Karoly it is not working. Reason is integer 32 bit OK.but i couldnt enter any value like integer,biginteger..i am using just android:inputType="number","numberSigned"or"numberDecimal"? 2011/9/8 Károly Holczhauser > Hey dudo!:) > > Check this out please, this is what you a

Re: [android-developers] Re: android:inputType="number" Error

2011-09-08 Thread Rafael Maas
Use textwatcher and verify the string with onTextChanged. If the digited string was a char, just delete ;) 2011/9/8 Duygu Kahraman : > Thx for all reply but Karoly it is not working. > Reason is integer 32 bit OK.but i couldnt enter any value like > integer,biginteger..i am using just > android: