6/11/23 - Se cambio el puerto y se cambiaron algunas cosas para que corra en nuevos equipos.

This commit is contained in:
2023-11-06 16:56:59 -06:00
parent c9e534fac8
commit fd6d581422
17 changed files with 574 additions and 791 deletions

View File

@@ -36,12 +36,8 @@ End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
If File.ExternalWritable Then
ruta = File.DirDefaultExternal
Else
ruta = File.DirInternal
End If
ruta = File.DirInternal
Activity.LoadLayout("telefonos")
If File.Exists(ruta, "kmt.db") = False Then
File.Copy(File.DirAssets, "kmt.db", ruta, "kmt.db")