VERSION 5.12.11 GPS

- Se agrego GPS a la version
- Se agtego etiqueta con la verison en Cliente
This commit is contained in:
2026-01-02 18:40:57 -06:00
parent 5f23ece03f
commit 5dd5814658
4 changed files with 7 additions and 4 deletions

View File

@@ -155,6 +155,7 @@ Sub Class_Globals
Private et_telefono As EditText
Private b_canceltelefono As Button
Private b_aceptelefono As Button
Private l_version As Label
End Sub
'You can add more parameters here.
@@ -234,6 +235,8 @@ Private Sub B4XPage_Created (Root1 As B4XView)
b_cerrar.Left = (p_pedidoExistente.Width / 2) - (b_cerrar.Width / 2)
Subs.centraPanel(p_pedidoExistente, Root.Width)
Subs.centraEtiqueta(l_pedidoExistente, Root.Width)
l_version.Text = Application.VersionName
l_version.Left = Root.Width - l_version.Width - 5dip
End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.