From an earlier Erel reply I learned how to capitalize the first letter in an editText field with Bit.Or...
Is there a trick to do this for every word, eg. Firstname Lestname? Ideally (optional) only if a word has more then 3 letters, e.g. Ludwig van Beethoven?
I know how to do this postpartem, but not while typing. Tried txt.InputType =txt. Input.INPUT_TYPE_TEXT_FLAG_CAP_WORDS but this does not work, unfortunately.
Can you help? Thanks a lot, john m.
Is there a trick to do this for every word, eg. Firstname Lestname? Ideally (optional) only if a word has more then 3 letters, e.g. Ludwig van Beethoven?
I know how to do this postpartem, but not while typing. Tried txt.InputType =txt. Input.INPUT_TYPE_TEXT_FLAG_CAP_WORDS but this does not work, unfortunately.
Can you help? Thanks a lot, john m.