Android Question IME issues

tsteward

Well-Known Member
Licensed User
Longtime User
I have the following lines of code
B4X:
    IMEMain.Initialize("IMEMain")
    IMEMain.AddHeightChangedEvent
    'IMEMain_HeightChanged(100%y, 0) 'manually call this method to set the layout of EditText1 and btnHideKeyboard
    IMEMain.AddHandleActionEvent(ETSearch.TextField)

And I get this error but don't understand why
 

tsteward

Well-Known Member
Licensed User
Longtime User
B4X:
dim edt as TextEdit = B4XFloatTextField.Textfield
IMEMain.AddHandleActionEvent(edt)
Thanks for that but I can't get past the line
IMEMain.AddHeightChangedEvent

Without the error above, so can't compile and don't understand why I am getting this error.
What might be causing it?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…