Private Sub divchild4_Click (e As BANanoEvent)
Dim elem As SHIonBaseElement = Sender
Log(elem.ID) ' <------ the auto generated ID e.g. afgdrpgh_4
Log(e)
End Sub
Wow, thank you so much. I need to remember this.Dim elem As SHIonBaseElement = Sender
mElement = mTarget.Append($"[BANCLEAN]<${sCustomTag} id="${mName}" ${se.exAttrs} ${se.exAttrs1}>${sText}</${sCustomTag}>"$).Get("#" & mName)
If mName.EqualsIgnoreCase("lblAssign") Then
Log($"Element...${mName}"$)
Log(mElement)
End If
Ok. I will think of a better way to do this. I need to update some components in realtime and it could be the same layout for multiple records. Let me re-read on the loadlayoutarray stuff. Im surely missing something.where lblTop has an AutoID will not work.