mirror of
https://github.com/KeymonSoft/Mazapa.git
synced 2026-04-17 21:06:16 +00:00
Version: 5.05.20
Esta version tiene el conteo de tickets y las letras de los productos ya son de color negro en lugar de grises.
This commit is contained in:
@@ -34,7 +34,6 @@ End Sub
|
||||
Private Sub B4XPage_Created (Root1 As B4XView)
|
||||
Root = Root1
|
||||
'load the layout to Root
|
||||
Subs.centraBoton(b_Inicio_Fin_venta2, Root.Width)
|
||||
End Sub
|
||||
|
||||
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
|
||||
@@ -186,10 +185,8 @@ private Sub cargamosPanel
|
||||
p_transparenteInicioFin2.Width = Root2.Width
|
||||
p_transparenteInicioFin2.Height = Root2.Height
|
||||
b_Inicio_Fin_venta2.top = 700
|
||||
if B4XPages.MainPage.cliente.Tar.IsInitialized then b_Inicio_Fin_venta2.top = B4XPages.MainPage.cliente.Tar.top
|
||||
b_Inicio_Fin_venta2.Left = 5
|
||||
b_Inicio_Fin_venta2.Width = Root2.Width - 20
|
||||
b_Inicio_Fin_venta2.Left = (Root2.Width / 2) - (b_Inicio_Fin_venta2.width / 2)
|
||||
b_Inicio_Fin_venta2.Text = "INICIAR VENTA"
|
||||
p_transparenteInicioFin2.BringToFront
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user