Being able to set keyboard type also programmatically.
LucaMs Expert Licensed User Longtime User Dec 24, 2023 #1 Being able to set keyboard type also programmatically.
Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2023 #2 Note that you can access the internal field and modify it: B4X: Dim et As EditText = B4XFloatTextField1.TextField et.InputType = ... This allows you to set more keyboard types.
Note that you can access the internal field and modify it: B4X: Dim et As EditText = B4XFloatTextField1.TextField et.InputType = ... This allows you to set more keyboard types.
LucaMs Expert Licensed User Longtime User Dec 24, 2023 #3 Erel said: Note that you can access the internal field and modify it: B4X: Dim et As EditText = B4XFloatTextField1.TextField et.InputType = ... This allows you to set more keyboard types. Click to expand... Yes, but I would have to try to figure out how to do it for B4i too, which I don't have. For the moment it's not worth it, it's too tiring ; I allowed to enter any character and then use IsNumeric for...!
Erel said: Note that you can access the internal field and modify it: B4X: Dim et As EditText = B4XFloatTextField1.TextField et.InputType = ... This allows you to set more keyboard types. Click to expand... Yes, but I would have to try to figure out how to do it for B4i too, which I don't have. For the moment it's not worth it, it's too tiring ; I allowed to enter any character and then use IsNumeric for...!