mirror of
https://github.com/KeymonSoft/Mariana.git
synced 2026-04-20 14:19:21 +00:00
- VERSION 5.06.08
- Se implementaron los globos dinamicos en el mapa. - Se centro panel de clientes. - Se desaparecen los botones de venta y No Venta en cliente si el cliente es nuevo. - Se ajusto el tamaño del listview de clientes para que no se saga del panel.
This commit is contained in:
@@ -31,6 +31,7 @@ Sub Class_Globals
|
||||
Dim ruta As String
|
||||
Dim q_buscar As String
|
||||
Private p_clientes As Panel
|
||||
Private p_lvClientes As Panel
|
||||
End Sub
|
||||
|
||||
'You can add more parameters here.
|
||||
@@ -93,7 +94,8 @@ Sub B4XPage_Appear
|
||||
c.Close
|
||||
p_clientes.Height = Root.Height
|
||||
ListView1.Height = Root.Height * 0.65
|
||||
' ListView1.
|
||||
ListView1.Height = p_lvClientes.Height * 0.92
|
||||
Subs.centraPanel(p_lvClientes, Root.Width)
|
||||
entro = "4"
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user