mirror of
https://github.com/KeymonSoft/Intmex_Multiventa.git
synced 2026-04-17 21:06:08 +00:00
VERSION 5.12.11 GPS
- Se agrego GPS a la version - Se agtego etiqueta con la verison en Cliente
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user