Android Question Autocompleteedittext: Unexpected event (missing RaiseSynchronousEvents): txtact_descrip_textchanged

rafaelmotaquintana

Active Member
Licensed User
I'm getting this error, and the textchanged is firing without any text typed.
Its an autocompleteedittext

here the line that is causing the problem:

B4X:
    TxtAct_Descrip.InputType = 16384 ' TYPE_TEXT_FLAG_CAP_SENTENCES

Without it, it works fine.

The message displayed in log windows is

Unexpected event (missing RaiseSynchronousEvents): txtact_descrip_textchanged
Check the unfiltered logs for the full stack trace.

Any help would be appreciated
 
Top