And as always, log the Page_ParseEvent to see what is going on...
B4X:
Sub Page_ParseEvent(Params As Map)
Dim eventName As String = Params.Get("eventname")
Dim eventParams() As String = Regex.Split(",",Params.Get("eventparams"))
' log the events and params.....
Log(" event name: "&eventName&" param: "&eventParams(0))
Log(" Passed params: "&Params)
Hy, I am back, i resumed doing tests.
I confirm that the event changed (ABMInput) not work well (I do not know why sometimes it worked but i tried on another pc ?!?)
In ParsEvent i have gotfocus and lostfocus but not changed.
From where it can depend?
Add the issue to Feedback and possibly it will be available in next release / update. If not added to Feedback - it will likely get missed / forgotten.