mirror of
https://github.com/KeymonSoft/Mazapa.git
synced 2026-04-17 21:06:16 +00:00
- VERSION 5.06.02
- Se cambio la distancia de la geocerca de 50000000000 a 50
This commit is contained in:
@@ -545,7 +545,7 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
'now we need the distance between our location and the target location
|
||||
distance = l1.DistanceTo(l2) 'the result is in meter
|
||||
gest.Visible = True
|
||||
If distance < 500000000000000 Then
|
||||
If distance < 50 Then
|
||||
LA_GEO.TextColor = Colors.Blue
|
||||
Tels.Visible = True
|
||||
gest.Visible = True
|
||||
|
||||
@@ -206,12 +206,12 @@ Module9=C_Mapas
|
||||
NumberOfFiles=69
|
||||
NumberOfLibraries=33
|
||||
NumberOfModules=31
|
||||
Version=13.1
|
||||
Version=12.8
|
||||
@EndOfDesignText@
|
||||
#Region Project Attributes
|
||||
#ApplicationLabel: mazapa
|
||||
#ApplicationLabel: Mazapa
|
||||
#VersionCode: 1
|
||||
#VersionName: 5.05.20
|
||||
#VersionName: 5.06.02
|
||||
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
||||
#SupportedOrientations: portrait
|
||||
#CanInstallToExternalStorage: False
|
||||
|
||||
@@ -94,6 +94,6 @@ ModuleClosedNodes6=
|
||||
ModuleClosedNodes7=
|
||||
ModuleClosedNodes8=
|
||||
ModuleClosedNodes9=
|
||||
NavigationStack=C_Cliente,Class_Globals,88,0,C_Cliente,mandaPendientesrecarga,2291,0,C_Cliente,mandaPendientes,2181,0,C_NoVenta,mandaPendientesnoventa,148,0,C_NoVenta,GUARDA_Click,139,0,C_Principal,cargar_Click,897,0,Starter,Process_Globals,16,0,Diseñador Visual,cliente.bal,-100,1,Diseñador Visual,proditem.bal,-100,1,B4XMainPage,i_engrane_Click,889,0,B4XMainPage,Class_Globals,23,0
|
||||
NavigationStack=C_Principal,cargar_Click,897,0,Starter,Process_Globals,16,0,Diseñador Visual,cliente.bal,-100,1,Diseñador Visual,proditem.bal,-100,1,B4XMainPage,i_engrane_Click,889,0,B4XMainPage,Class_Globals,19,0,Diseñador Visual,login.bal,-100,1,C_Principal,Subir_Click,800,0,C_Bitacora,b_Inicio_Fin_venta2_Click,132,0,C_Cliente,Class_Globals,120,0,C_Cliente,GPS_LocationChanged,528,0
|
||||
SelectedBuild=0
|
||||
VisibleModules=29,1,2,14,5,6,18,4,21,15,11
|
||||
VisibleModules=29,2,14,5,6,18,4,21,15
|
||||
|
||||
Reference in New Issue
Block a user