Android Question Loanding an Activity with MaskedEditText, ResquestFocus

infow

Member
Licensed User
Longtime User
Hi,

I´m trying to load an activity with a MaskedEditText in a ActionDrawer, moving the focus, and open the numeric keyboard.
I followed the topics that uses IME, but no with no luck...

metSen.RequestFocus
metSen.Text = ""
IME.Initialize("")
IME.ShowKeyboard(metSen)

Thank you
 

infow

Member
Licensed User
Longtime User
The strange thing is: When I use the metSen.RequestFocus, the cursor inside the edit text goes a few spaces forward...
I have to use metSen.Text = "", to clean and start in the beggining... The IME comand didn´t work at all...

I put the Manifest line, didn´t work too...
 
Upvote 0

infow

Member
Licensed User
Longtime User
Worked. Really tried the manifest line above, but there is something else wrong in the code and tried another manifest line (of other post), corrected the code, but still the last attempt of the manifest line... Sorry...

Thank You!
 
Upvote 0
Top