I am trying to get the parent of the, Parent/Child, problem. I found this I think by Erel but I get an error on it:
It errors on "r.Target = v"
Any ideas,
Thx Ron
B4X:
Sub GetParent(v As View) As View
Dim r As Reflector
r.Target = v
Return r.RunMethod("getParent")
End Sub
It errors on "r.Target = v"
Any ideas,
Thx Ron