Hello, I would like to change a label text color by downloading a string from an online stored .txt file that contains requested values xxx, xxx, xxx, xxx but I get an error when I try to debug the app.
Sub hc_avversario_ombra_ResponseSuccess(Response As HttpResponse, TaskId As Int)
data_avversario_ombra.TextColor = Colors.ARGB(Response.GetString("UTF8"))
End Sub
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 124
data_avversario_ombra = Colors.ARGB(Response.GetString("UTF8"))
Word: )
Please help me.. I'm trying to solve this from 2 days but no results (
thanks in advance
Sub hc_avversario_ombra_ResponseSuccess(Response As HttpResponse, TaskId As Int)
data_avversario_ombra.TextColor = Colors.ARGB(Response.GetString("UTF8"))
End Sub
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 124
data_avversario_ombra = Colors.ARGB(Response.GetString("UTF8"))
Word: )
Please help me.. I'm trying to solve this from 2 days but no results (
thanks in advance
Last edited: