mirror of
https://github.com/KeymonSoft/Lanterna.git
synced 2026-04-20 22:29:17 +00:00
..
This commit is contained in:
@@ -45,7 +45,7 @@ Sub Class_Globals
|
|||||||
Private p_botones As Panel
|
Private p_botones As Panel
|
||||||
Private Label3 As Label
|
Private Label3 As Label
|
||||||
Private p_server As Panel
|
Private p_server As Panel
|
||||||
dim atrasPresionado as Boolean = False
|
Dim atrasPresionado As Boolean = False
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub Initialize
|
Public Sub Initialize
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ Sub b_prodMenos_Click
|
|||||||
LogColor(clv.GetValue(index), Colors.Magenta)
|
LogColor(clv.GetValue(index), Colors.Magenta)
|
||||||
Private inv As Int = clv.GetValue(index).As(Map).Get("almacen")
|
Private inv As Int = clv.GetValue(index).As(Map).Get("almacen")
|
||||||
Dim pnl0 As B4XView = clv.GetPanel(index)
|
Dim pnl0 As B4XView = clv.GetPanel(index)
|
||||||
' Log(pnl0.As(Panel))
|
' Log(pnl0.As(Panel))
|
||||||
Dim pnl As B4XView = pnl0.GetView(0)
|
Dim pnl As B4XView = pnl0.GetView(0)
|
||||||
Dim laCant As B4XView = pnl.GetView(2).GetView(4) 'et_pCant
|
Dim laCant As B4XView = pnl.GetView(2).GetView(4) 'et_pCant
|
||||||
' Log(pnl.GetView(0).NumberOfViews)
|
' Log(pnl.GetView(0).NumberOfViews)
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Version=12.8
|
|||||||
#Region Project Attributes
|
#Region Project Attributes
|
||||||
#ApplicationLabel: Lanterna
|
#ApplicationLabel: Lanterna
|
||||||
#VersionCode: 1
|
#VersionCode: 1
|
||||||
#VersionName: 4.02.10
|
#VersionName: 4.02.13
|
||||||
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
||||||
#SupportedOrientations: portrait
|
#SupportedOrientations: portrait
|
||||||
#CanInstallToExternalStorage: False
|
#CanInstallToExternalStorage: False
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ ModuleClosedNodes4=
|
|||||||
ModuleClosedNodes5=
|
ModuleClosedNodes5=
|
||||||
ModuleClosedNodes6=
|
ModuleClosedNodes6=
|
||||||
ModuleClosedNodes7=47,48,68
|
ModuleClosedNodes7=47,48,68
|
||||||
NavigationStack=Starter,Service_Start,53,0,C_Principal,B4XPage_Created,169,0,C_Principal,p_mesasItem_Click,925,0,C_Principal,LlenaProdsLL,401,6,C_Principal,b_prodMas_Click,304,0,C_Principal,b_prodMenos_Click,266,0,Visual Designer,principal.bal,-100,1,Visual Designer,login.bal,-100,5,B4XMainPage,user_TextChanged,240,6,B4XMainPage,JobDone,233,0
|
NavigationStack=Starter,Service_Start,53,0,C_Principal,B4XPage_Created,169,0,C_Principal,p_mesasItem_Click,925,0,C_Principal,LlenaProdsLL,401,6,C_Principal,b_prodMas_Click,304,0,Visual Designer,principal.bal,-100,1,Visual Designer,login.bal,-100,5,B4XMainPage,user_TextChanged,240,6,B4XMainPage,JobDone,206,0,C_Principal,b_prodMenos_Click,256,0
|
||||||
SelectedBuild=0
|
SelectedBuild=0
|
||||||
VisibleModules=1,6,7,2,3
|
VisibleModules=1,6,7,2,3
|
||||||
|
|||||||
Reference in New Issue
Block a user