Hi!
I think i just found a bug with the following code
For Each d As View In p.GetAllViewsRecursive
If d Is Label Then
If d.Tag = b.Tag Then
d.RemoveView
End If
End If
Next
i have a button that traspass the If d is label then, and gets removed.
I think i just found a bug with the following code
For Each d As View In p.GetAllViewsRecursive
If d Is Label Then
If d.Tag = b.Tag Then
d.RemoveView
End If
End If
Next
i have a button that traspass the If d is label then, and gets removed.