Android Question IME prevents SENDER

Samplatiner

Member
Licensed User
Longtime User
Hi all,

I just recognized, that when I use IME, I can't catch the SENDER of an edittext.

I added a example project.

Comment the IME, so the sender works and I get the tag.
Uncomment the IME-part, so the sender does not work, the edittext in the SUB is not initialized and the app crashes.

Is it not possible to use both?

Greetings,

Daniel
 

Attachments

  • b4a-test.zip
    6.7 KB · Views: 100
Top