VERSION 6.01.28

- Cambio en e manifiesto para corregir el "teclado" fantasma.
This commit is contained in:
2026-02-03 09:53:23 -06:00
parent af1f4b9ead
commit 10a2c84997
6 changed files with 62 additions and 39 deletions

View File

@@ -309,6 +309,10 @@ Private Sub B4XPage_Created (Root1 As B4XView)
kh.centraPanel(Panel2, Root.Width)
kh.centraPanel(Panel1, Root.Width)
kh.centraPanel(p_botonesResumen, Root.Width)
p_transparente.Top = 0 : p_transparente.left = 0
p_transparente.Height = Root.Height : p_transparente.Width = Root.Width
' PNL_ACCESO.Top = 0 : PNL_ACCESO.left = 0
' PNL_ACCESO.Height = Root.Height : PNL_ACCESO.Width = Root.Width
' kh.centraPanel(Panel7, Root.Width)
' kh.centraPanel(PNL_ACCESO, Root.Width)
@@ -565,7 +569,7 @@ Sub B4XPage_Appear
NUEVO.Enabled = True
B_PROXIMA.Enabled = True
End If
'############# Deshabilitamos botones para validacion de ruta y vinculo #########
c = Starter.skmt.ExecQuery("select count(*) as cuantos from CAT_VARIABLES WHERE CAT_VA_DESCRIPCION = 'LIGADO' and CAT_VA_VALOR = 1")
c.Position = 0
@@ -2522,6 +2526,7 @@ Private Sub connecta_LongClick
'' End If
' Log("MANDAMOS BITACORA")
If e_ruta.Text = "KMTKLL1" Then Subs.deshabilitaValidaciones
' B4XPages.MainPage.recordatorio.agregaPanelRecordatorio(Root)
End Sub
Sub BUSCA_Click