D
Deleted member 103
Guest
Hi,
I am playing with an example of agraham and have a question:
What should I do with it in my link-label e.g. only "Link: Basic4ppc" visible?
I hope Google has translated it correctly.
Many thanks,
Filippo
I am playing with an example of agraham and have a question:
Dim Obj1 As Reflector
Label1.Text = "Link to http://www.b4x.com"
Obj1.Target = Obj1.CreateObject("android.text.util.Linkify")
Dim args(2) As Object
Dim types(2) As String
args(0) = Label1
types(0) = "android.widget.TextView"
args(1) = 15
types(1) = "java.lang.int"
Obj1.RunMethod4("addLinks", args, types)
What should I do with it in my link-label e.g. only "Link: Basic4ppc" visible?
I hope Google has translated it correctly.
Many thanks,
Filippo