mirror of
https://github.com/KeymonSoft/AREstrategicas.git
synced 2026-04-20 12:49:13 +00:00
APP FINAL
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
**/Objects
|
**/Objects
|
||||||
**/AutoBackups
|
**/AutoBackups
|
||||||
|
*.meta
|
||||||
@@ -27,13 +27,13 @@ ModuleClosedNodes1=
|
|||||||
ModuleClosedNodes10=
|
ModuleClosedNodes10=
|
||||||
ModuleClosedNodes11=
|
ModuleClosedNodes11=
|
||||||
ModuleClosedNodes2=
|
ModuleClosedNodes2=
|
||||||
ModuleClosedNodes3=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54
|
ModuleClosedNodes3=
|
||||||
ModuleClosedNodes4=
|
ModuleClosedNodes4=
|
||||||
ModuleClosedNodes5=
|
ModuleClosedNodes5=
|
||||||
ModuleClosedNodes6=
|
ModuleClosedNodes6=
|
||||||
ModuleClosedNodes7=
|
ModuleClosedNodes7=
|
||||||
ModuleClosedNodes8=
|
ModuleClosedNodes8=
|
||||||
ModuleClosedNodes9=
|
ModuleClosedNodes9=
|
||||||
NavigationStack=c_datos,InitializeCamera2,1627,0,C_principal,B4XPage_Appear,75,0,C_principal,b_enviar_Click,532,0,c_datos,WobbleMenu1_Tab3Click,803,0,Diseñador Visual,MainPage.bal,-100,1,c_datos,Camera1_PictureTaken,1690,4,C_principal,Class_Globals,0,0,Starter,Service_Create,34,0,Starter,Process_Globals,10,0,c_datos,b_guardar_Click,1865,0,c_datos,B4XPage_Appear,730,0
|
NavigationStack=c_datos,b_guardar_Click,2082,0,c_datos,B4XPage_Appear,423,0,B4XMainPage,b_actualizar_app_Click,218,0,appUpdater,Process_Globals,80,0,c_datos,Camera1_PictureTaken,1754,0,c_datos,ImageView1_Click,1869,0,c_datos,ImageView4_Click,1869,0,c_datos,Class_Globals,129,4,c_datos,B4XPage_Created,186,0,c_datos,B4XPage_CloseRequest,2182,1,c_datos,GPS_LocationChanged,2170,0
|
||||||
SelectedBuild=0
|
SelectedBuild=0
|
||||||
VisibleModules=9,2,4,3,10,7,6,11,1,5
|
VisibleModules=9,2,4,3,10,7,6,11,1,5
|
||||||
|
|||||||
Binary file not shown.
53
B4J/AREstrategias.b4j
Normal file
53
B4J/AREstrategias.b4j
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
AppType=JavaFX
|
||||||
|
Build1=Default,b4j.example
|
||||||
|
File1=MainPage.bjl
|
||||||
|
FileGroup1=New Group
|
||||||
|
Group=Default Group
|
||||||
|
Library1=jcore
|
||||||
|
Library2=jfx
|
||||||
|
Library3=b4xpages
|
||||||
|
Module1=|relative|..\B4XMainPage
|
||||||
|
NumberOfFiles=1
|
||||||
|
NumberOfLibraries=3
|
||||||
|
NumberOfModules=1
|
||||||
|
Version=8.31
|
||||||
|
@EndOfDesignText@
|
||||||
|
#Region Project Attributes
|
||||||
|
#MainFormWidth: 600
|
||||||
|
#MainFormHeight: 600
|
||||||
|
#End Region
|
||||||
|
|
||||||
|
Sub Process_Globals
|
||||||
|
Private fx As JFX
|
||||||
|
Private MainForm As Form
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub AppStart (Form1 As Form, Args() As String)
|
||||||
|
MainForm = Form1
|
||||||
|
MainForm.Show
|
||||||
|
Dim PagesManager As B4XPagesManager
|
||||||
|
PagesManager.Initialize(MainForm)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Template version: B4J-1.0
|
||||||
|
#Region Delegates
|
||||||
|
Sub MainForm_FocusChanged (HasFocus As Boolean)
|
||||||
|
B4XPages.Delegate.MainForm_FocusChanged(HasFocus)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub MainForm_Resize (Width As Double, Height As Double)
|
||||||
|
B4XPages.Delegate.MainForm_Resize(Width, Height)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub MainForm_Closed
|
||||||
|
B4XPages.Delegate.MainForm_Closed
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub MainForm_CloseRequest (EventData As Event)
|
||||||
|
B4XPages.Delegate.MainForm_CloseRequest(EventData)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Public Sub MainForm_IconifiedChanged (Iconified As Boolean)
|
||||||
|
B4XPages.Delegate.MainForm_IconifiedChanged(Iconified)
|
||||||
|
End Sub
|
||||||
|
#End Region
|
||||||
BIN
B4J/Files/MainPage.bjl
Normal file
BIN
B4J/Files/MainPage.bjl
Normal file
Binary file not shown.
46
B4i/AREstrategias.b4i
Normal file
46
B4i/AREstrategias.b4i
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
Build1=Default,b4i.example
|
||||||
|
File1=MainPage.bil
|
||||||
|
FileGroup1=Default Group
|
||||||
|
Group=Default Group
|
||||||
|
Library1=icore
|
||||||
|
Library2=b4xpages
|
||||||
|
Module1=|relative|..\B4XMainPage
|
||||||
|
NumberOfFiles=1
|
||||||
|
NumberOfLibraries=2
|
||||||
|
NumberOfModules=1
|
||||||
|
Version=6.5
|
||||||
|
@EndOfDesignText@
|
||||||
|
'Code module
|
||||||
|
#Region Project Attributes
|
||||||
|
#ApplicationLabel: B4i Example
|
||||||
|
#Version: 1.0.0
|
||||||
|
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
|
||||||
|
#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
|
||||||
|
#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
|
||||||
|
#Target: iPhone, iPad
|
||||||
|
#ATSEnabled: True
|
||||||
|
#MinVersion: 8
|
||||||
|
#End Region
|
||||||
|
|
||||||
|
Sub Process_Globals
|
||||||
|
Public App As Application
|
||||||
|
Public NavControl As NavigationController
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Application_Start (Nav As NavigationController)
|
||||||
|
NavControl = Nav
|
||||||
|
Dim PagesManager As B4XPagesManager
|
||||||
|
PagesManager.Initialize(NavControl)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Template version: B4i-1.0
|
||||||
|
#Region Delegates
|
||||||
|
Private Sub Application_Background
|
||||||
|
B4XPages.Delegate.Activity_Pause
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Application_Foreground
|
||||||
|
B4XPages.Delegate.Activity_Resume
|
||||||
|
End Sub
|
||||||
|
#End Region
|
||||||
BIN
B4i/Files/mainpage.bil
Normal file
BIN
B4i/Files/mainpage.bil
Normal file
Binary file not shown.
Reference in New Issue
Block a user