4.04.17 se agrega codigos qr

This commit is contained in:
Javier
2025-09-01 13:34:06 -06:00
parent dea84574e5
commit 7df82c83ae
15 changed files with 483 additions and 423 deletions

View File

@@ -96,6 +96,7 @@ Sub Class_Globals
Private et_codigo As EditText
Private b_cancelarcodigo As Button
Private l_codigo As Label
Private l_version As Label
End Sub
'You can add more parameters here.
@@ -135,6 +136,7 @@ End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
Private Sub B4XPage_Appear
l_version.Text = Application.VersionName
CheckAndRequestNotificationPermission
If g.GPSEnabled=False Then
Dim result As Int= -3