mirror of
https://github.com/KeymonSoft/Salma_Picking.git
synced 2026-04-17 21:16:08 +00:00
113 lines
3.0 KiB
Plaintext
113 lines
3.0 KiB
Plaintext
Build1=Default,salma_picking.keymon.com.mx
|
|
File1=dpicking.bal
|
|
File2=folio.bal
|
|
File3=kmt.db
|
|
File4=MainPage.bal
|
|
File5=picking.bal
|
|
File6=SALMA13.png
|
|
File7=seleccion.bal
|
|
FileGroup1=Default Group
|
|
FileGroup2=Default Group
|
|
FileGroup3=Default Group
|
|
FileGroup4=Default Group
|
|
FileGroup5=Default Group
|
|
FileGroup6=Default Group
|
|
FileGroup7=Default Group
|
|
Group=Default Group
|
|
Library1=accessibility
|
|
Library10=randomaccessfile
|
|
Library11=reflection
|
|
Library12=runtimepermissions
|
|
Library13=sql
|
|
Library14=stringutils
|
|
Library15=xcustomlistview
|
|
Library16=xui
|
|
Library17=xui views
|
|
Library2=b4xpages
|
|
Library3=bctoast
|
|
Library4=byteconverter
|
|
Library5=compressstrings
|
|
Library6=core
|
|
Library7=ime
|
|
Library8=okhttputils2
|
|
Library9=phone
|
|
ManifestCode='This code will be applied to the manifest file during compilation.~\n~'You do not need to modify it in most cases.~\n~'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136~\n~AddManifestText(~\n~<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="30"/>~\n~<supports-screens android:largeScreens="true" ~\n~ android:normalScreens="true" ~\n~ android:smallScreens="true" ~\n~ android:anyDensity="true"/>)~\n~SetApplicationAttribute(android:icon, "@drawable/icon")~\n~SetApplicationAttribute(android:label, "$LABEL$")~\n~CreateResourceFromFile(Macro, Themes.LightTheme)~\n~SetApplicationAttribute(android:usesCleartextTraffic, "true")~\n~'End of default text.~\n~
|
|
Module1=|relative|..\B4XMainPage
|
|
Module2=C_picking
|
|
Module3=C_seleccion
|
|
Module4=DBRequestManager
|
|
Module5=Starter
|
|
Module6=Subs
|
|
NumberOfFiles=7
|
|
NumberOfLibraries=17
|
|
NumberOfModules=6
|
|
Version=12.2
|
|
@EndOfDesignText@
|
|
#Region Project Attributes
|
|
#ApplicationLabel: Salma-Picking
|
|
#VersionCode: 1
|
|
#VersionName:
|
|
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
|
#SupportedOrientations: portrait
|
|
#CanInstallToExternalStorage: False
|
|
#End Region
|
|
|
|
#Region Activity Attributes
|
|
#FullScreen: False
|
|
#IncludeTitle: False
|
|
#End Region
|
|
|
|
'#BridgeLogger: True
|
|
|
|
Sub Process_Globals
|
|
Public ActionBarHomeClicked As Boolean
|
|
End Sub
|
|
|
|
Sub Globals
|
|
|
|
End Sub
|
|
|
|
Sub Activity_Create(FirstTime As Boolean)
|
|
Dim pm As B4XPagesManager
|
|
pm.Initialize(Activity)
|
|
End Sub
|
|
|
|
'Template version: B4A-1.01
|
|
#Region Delegates
|
|
|
|
Sub Activity_ActionBarHomeClick
|
|
ActionBarHomeClicked = True
|
|
B4XPages.Delegate.Activity_ActionBarHomeClick
|
|
ActionBarHomeClicked = False
|
|
End Sub
|
|
|
|
Sub Activity_KeyPress (KeyCode As Int) As Boolean
|
|
Return B4XPages.Delegate.Activity_KeyPress(KeyCode)
|
|
End Sub
|
|
|
|
Sub Activity_Resume
|
|
B4XPages.Delegate.Activity_Resume
|
|
End Sub
|
|
|
|
Sub Activity_Pause (UserClosed As Boolean)
|
|
B4XPages.Delegate.Activity_Pause
|
|
End Sub
|
|
|
|
Sub Activity_PermissionResult (Permission As String, Result As Boolean)
|
|
B4XPages.Delegate.Activity_PermissionResult(Permission, Result)
|
|
End Sub
|
|
|
|
Sub Create_Menu (Menu As Object)
|
|
B4XPages.Delegate.Create_Menu(Menu)
|
|
End Sub
|
|
|
|
#if Java
|
|
public boolean _onCreateOptionsMenu(android.view.Menu menu) {
|
|
processBA.raiseEvent(null, "create_menu", menu);
|
|
return true;
|
|
|
|
}
|
|
#End If
|
|
#End Region
|
|
|
|
'Program code should go into B4XMainPage and other pages. |