Android Question [MaskedEditText] Get EditText View

Blueforcer

Well-Known Member
Licensed User
Longtime User
Im using custom keyboards with https://www.b4x.com/android/forum/threads/customkeyboard-library.48953/#content.
I also want to use MaskedEditText. The problem is that the CustomKeyboard needs to be registered with an EditText.
Unfortunally this are 2 complete different types wich doesnt work of course.
I dont know how the customview MaskedEditText is build, but if there is also a EditText inside is it possible to get this one?
Right now there is no mBase to gets the views from.
 
Top