I have an application that has a textbox that needs to be capitalized. I am using the following: statement:
This works on my device(Samsung Galaxy S 4G), but on my wifes device(Samsung Galaxy S3) it does not. Can someone tell me why it doesn't. I have also tried the following values from TextView | Android Developers:
0x00001001
0x00002001
0x00004000
0x00004001
0x00008001
none of these work as expected on the Galaxy S3.
Thanks
B4X:
edtMedication.InputType = Bit.Or(edtMedication.InputType, 0x00004001)
This works on my device(Samsung Galaxy S 4G), but on my wifes device(Samsung Galaxy S3) it does not. Can someone tell me why it doesn't. I have also tried the following values from TextView | Android Developers:
0x00001001
0x00002001
0x00004000
0x00004001
0x00008001
none of these work as expected on the Galaxy S3.
Thanks