ArminKH
Well-Known Member
hi i want set the text of view by using reflection
the solution in java object is
i try following code but that not worked
tnx all
the solution in java object is
B4X:
Dim T=lbl As JavaObject
T.RunMethod("setText",Array As Object("My Text"))
B4X:
Dim T As Reflector
T.Target=lbl
T.RunMethod2("setText","My Text","java.lang.string")