This commit is contained in:
2024-02-28 12:48:07 -06:00
parent 97b9fe7167
commit 5b3c520644
6 changed files with 118 additions and 116 deletions

View File

@@ -263,7 +263,7 @@ Sub B4XPage_Appear
LogColor($"////////////////// DeviceID: ${DeviceID} ////////////////// "$, Colors.Blue)
DBReqServer = Starter.DBReqServer
reqManager.Initialize(Me, Starter.DBReqServer)
Log(Starter.DBReqServer)
Log("|"&Starter.DBReqServer&"|")
tgl.Initialize()
If Not(Starter.gps.GPSEnabled) Then
ToastMessageShow("Es necesario tener el GPS encendido", True)
@@ -324,7 +324,7 @@ End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
Sub Entrar_Click
Log(Starter.DBReqServer)
Log("|" & Starter.DBReqServer)
Dim r As Reflector
Dim Api As Int
Dim PP As Phone