The previous code is called in the Initialize method from a class that contain entire blue-panel where are this EditText Controls
in the activity I call this:
B4X:
Dim key As String = "K" & Utility.GenerateGuid
Dim oCL As CLPannelloCouponPunti ' This is the class that contain blue-panel and edittext controls
oCL.Initialize(Me, "oCL", key) ' Initialize (here is executed the previous code in the previous post)
lvCouponsPunti.Add(oCL.GetPanel, CLU.RDY(100dip), key) ' The panel is put in the CustomListView
PannelliPunti.Put(key, oCL) ' Map that contain the pointers of the class