Hello friends!
Is there a way to create different views (labels in my case) in for loop like this?
for i = 0 to rows.size -1
Dim lbldistest As Label
lbldistest.Initialize("distest" & i)
lbldistest.Text = pedidoSolicitadoDetalle.dist_estimada
lbldistest.TextSize = 24
Requires B4A V9.90 or higher. Hello fellow B4X developers. Here is my example of using a broadcast address to automatically find another devices IP address on a network, then to use that IP address to play a game (in this case Tic-Tac-Toe) across that WiFi network (device 1 vs device 2...
Requires B4A V9.90 or higher. Hello fellow B4X developers. Here is my example of using a broadcast address to automatically find another devices IP address on a network, then to use that IP address to play a game (in this case Tic-Tac-Toe) across that WiFi network (device 1 vs device 2...