Hello,
If i add an ABMInput and isTextArea = True :
then etwod_changedarray event does not get fired, just etwod_changed.
If i change it back to isTextArea = False, then both events fire normally.
p.s. AddArrayComponent is mandatory in order to add these components
If i add an ABMInput and isTextArea = True :
B4X:
Dim etWOD As ABMInput
etWOD.Initialize(page, 0, ABM.INPUT_TEXT, "WOD", True, "searchuser")
etWOD.RaiseChangedEvent=True
etWOD.IconName="fitness_center"
etWOD.WrongMessage = "Mandatory"
page.Cellr(0,3).AddArrayComponent(etWOD,"etWOD")
then etwod_changedarray event does not get fired, just etwod_changed.
If i change it back to isTextArea = False, then both events fire normally.
p.s. AddArrayComponent is mandatory in order to add these components