R rafaelmotaquintana Active Member Licensed User Mar 26, 2016 #1 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
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
somed3v3loper Well-Known Member Licensed User Longtime User Mar 26, 2016 #2 Check this thread https://www.b4x.com/android/forum/threads/missing-raisesynchronousevents-error.54197/ Upvote 0
Check this thread https://www.b4x.com/android/forum/threads/missing-raisesynchronousevents-error.54197/
Erel B4X founder Staff member Licensed User Longtime User Mar 27, 2016 #3 You can ignore this warning. If TextChanged is called then the native view has raised it. So your code should be able to handle this event. Upvote 0
You can ignore this warning. If TextChanged is called then the native view has raised it. So your code should be able to handle this event.