Thai Inter: add loading screen for multi-instance
This commit is contained in:
parent
ecdf9a316f
commit
a9dcdb9f88
19 changed files with 1868 additions and 1653 deletions
|
|
@ -188,15 +188,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DEBUGVAR $51-03-01-0035.Price
|
|
||||||
Var PromotionIDCurrentOrder = 0
|
Var PromotionIDCurrentOrder = 0
|
||||||
RootLayoutVisible 3 "show"
|
RootLayoutVisible 3 "show"
|
||||||
|
|
||||||
Var ButtonLanguageCurrentXPosition = 1005
|
Var ButtonLanguageCurrentXPosition = 1005
|
||||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||||
|
|
||||||
Var ButtonLanguageListXPosition = 970
|
Var ButtonLanguageListXPosition = 970
|
||||||
Var ButtonLanguageListYPosition = 450 - 38
|
Var ButtonLanguageListYPosition = 450 - 38
|
||||||
|
|
||||||
|
Var SelectedMenu = ""
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
|
|
@ -235,6 +239,69 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If MultiProcess = "Enable" Then
|
||||||
|
If SelectedMenu = "coffee" Then
|
||||||
|
If Inst5MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 2
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "tea" Then
|
||||||
|
If Inst6MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 3
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "caramel" Then
|
||||||
|
If Inst7MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 4
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "kidmenu" Then
|
||||||
|
If Inst8MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 5
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "healthy" Then
|
||||||
|
If Inst9MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 6
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "pepsi" Then
|
||||||
|
If Inst10MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 8
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SelectedMenu = "soda" Then
|
||||||
|
If Inst11MenuLoaded = "done" Then
|
||||||
|
Var MultiProcess = "Invisible"
|
||||||
|
TabMenuVisibleInst 7
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
TimerReset
|
TimerReset
|
||||||
</EventTimeout>
|
</EventTimeout>
|
||||||
|
|
@ -353,7 +420,7 @@
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
||||||
Var OpenFromMulti = 1
|
Var OpenFromMulti = 1
|
||||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/event/script_common_for_open_promotion_xml.ev"
|
||||||
RootLayoutVisible 3 "hide"
|
RootLayoutVisible 3 "hide"
|
||||||
RootLayoutVisible 13 "hide"
|
RootLayoutVisible 13 "hide"
|
||||||
|
|
||||||
|
|
@ -376,10 +443,14 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
||||||
TabMenuVisibleInst 2
|
If Inst5MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 2
|
||||||
|
|
||||||
RootLayoutVisible 13 "show"
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "coffee"
|
||||||
|
EndIf
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
|
|
@ -401,8 +472,15 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
||||||
TabMenuVisibleInst 3
|
If Inst6MenuLoaded = "done" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
TabMenuVisibleInst 3
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "tea"
|
||||||
|
EndIf
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
<ID> 000006 </ID>
|
<ID> 000006 </ID>
|
||||||
|
|
@ -421,8 +499,15 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 4
|
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
If Inst7MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 4
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "caramel"
|
||||||
|
EndIf
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
<ID> 000007 </ID>
|
<ID> 000007 </ID>
|
||||||
|
|
@ -443,8 +528,15 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 5
|
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
If Inst8MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 5
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "kidmenu"
|
||||||
|
EndIf
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
<ID> 000011 </ID>
|
<ID> 000011 </ID>
|
||||||
|
|
@ -464,8 +556,14 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 5
|
If Inst8MenuLoaded = "done" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
TabMenuVisibleInst 5
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "appfast"
|
||||||
|
EndIf
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
|
|
@ -486,8 +584,15 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 7
|
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
If Inst11MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 7
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "soda"
|
||||||
|
EndIf
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
<ID> 000009 </ID>
|
<ID> 000009 </ID>
|
||||||
|
|
@ -534,8 +639,15 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 6
|
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
If Inst9MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 6
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "healthy"
|
||||||
|
EndIf
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
|
|
@ -579,8 +691,15 @@
|
||||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
TabMenuVisibleInst 8
|
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
If Inst10MenuLoaded = "done" Then
|
||||||
|
TabMenuVisibleInst 8
|
||||||
|
|
||||||
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||||
|
Else
|
||||||
|
Var MultiProcess = "Enable"
|
||||||
|
Var SelectedMenu = "pepsi"
|
||||||
|
EndIf
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
<Language>
|
<Language>
|
||||||
|
|
@ -606,7 +725,6 @@
|
||||||
Open CheckMemberPage
|
Open CheckMemberPage
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button>
|
<Button>
|
||||||
<X> 696 </X>
|
<X> 696 </X>
|
||||||
|
|
@ -623,6 +741,13 @@
|
||||||
Open "ROOT/taobin_project/xml/page_back_to_topup.xml"
|
Open "ROOT/taobin_project/xml/page_back_to_topup.xml"
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
|
<Language>
|
||||||
|
<ID> 002004 </ID>
|
||||||
|
<X> 70 </X>
|
||||||
|
<Y> 25 </Y>
|
||||||
|
<Width> 200 </Width>
|
||||||
|
<Height> 72 </Height>
|
||||||
|
</Language>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button>
|
<Button>
|
||||||
|
|
@ -712,7 +837,21 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<X> 0 </X>
|
||||||
|
<Y> 380 </Y>
|
||||||
|
<State> MultiProcess </State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/collectiing/alpha.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
|
<GIF>
|
||||||
|
<X> 493 </X>
|
||||||
|
<Y> 968 </Y>
|
||||||
|
<Width> 94 </Width>
|
||||||
|
<Height> 94 </Height>
|
||||||
|
<State> MultiProcess </State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/page_payment/loading.gif" </Filename>
|
||||||
|
</GIF>
|
||||||
|
|
||||||
|
|
||||||
<Image>
|
<Image>
|
||||||
|
|
@ -779,4 +918,6 @@
|
||||||
|
|
||||||
</EventUnitTest3>
|
</EventUnitTest3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Popup>
|
</Popup>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
Var Menu2Selected = "PressForever"
|
Var Menu2Selected = "PressForever"
|
||||||
|
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
@ -151,6 +151,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||||
|
If Inst5CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst5MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst5CountDownForOpenXML > 0 Then
|
If Inst5CountDownForOpenXML > 0 Then
|
||||||
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst5CountDownForOpenXML
|
DEBUGVAR Inst5CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
Var Menu2Selected = "PressForever"
|
Var Menu2Selected = "PressForever"
|
||||||
|
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
@ -153,6 +153,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||||
|
If Inst5CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst5MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst5CountDownForOpenXML > 0 Then
|
If Inst5CountDownForOpenXML > 0 Then
|
||||||
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst5CountDownForOpenXML
|
DEBUGVAR Inst5CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -159,6 +159,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||||
|
If Inst8CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst8MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst8CountDownForOpenXML > 0 Then
|
If Inst8CountDownForOpenXML > 0 Then
|
||||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst8CountDownForOpenXML
|
DEBUGVAR Inst8CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -149,6 +149,7 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
If Inst8CountCurrentMenuEnable = 0 Then
|
If Inst8CountCurrentMenuEnable = 0 Then
|
||||||
|
|
||||||
DEBUGVAR Inst8CountDownOpenXMLFromMenuZero
|
DEBUGVAR Inst8CountDownOpenXMLFromMenuZero
|
||||||
|
|
@ -162,6 +163,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||||
|
If Inst8CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst8MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst8CountDownForOpenXML > 0 Then
|
If Inst8CountDownForOpenXML > 0 Then
|
||||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst8CountDownForOpenXML
|
DEBUGVAR Inst8CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -147,6 +147,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst9CountMenuEnable = Inst9CountCurrentMenuEnable Then
|
||||||
|
If Inst9CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst9MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst9CountDownForOpenXML > 0 Then
|
If Inst9CountDownForOpenXML > 0 Then
|
||||||
Var Inst9CountDownForOpenXML = Inst9CountDownForOpenXML - 1
|
Var Inst9CountDownForOpenXML = Inst9CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst9CountDownForOpenXML
|
DEBUGVAR Inst9CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -137,6 +137,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst9CountMenuEnable = Inst9CountCurrentMenuEnable Then
|
||||||
|
If Inst9CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst9MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst9CountCurrentMenuEnable = 0 Then
|
If Inst9CountCurrentMenuEnable = 0 Then
|
||||||
|
|
||||||
DEBUGVAR Inst9CountDownOpenXMLFromMenuZero
|
DEBUGVAR Inst9CountDownOpenXMLFromMenuZero
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -135,6 +135,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst7CountMenuEnable = Inst7CountCurrentMenuEnable Then
|
||||||
|
If Inst7CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst7MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
If Inst7CountCurrentMenuEnable = 0 Then
|
If Inst7CountCurrentMenuEnable = 0 Then
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -151,6 +151,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst7CountMenuEnable = Inst7CountCurrentMenuEnable Then
|
||||||
|
If Inst7CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst7MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst7CountDownForOpenXML > 0 Then
|
If Inst7CountDownForOpenXML > 0 Then
|
||||||
Var Inst7CountDownForOpenXML = Inst7CountDownForOpenXML - 1
|
Var Inst7CountDownForOpenXML = Inst7CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst7CountDownForOpenXML
|
DEBUGVAR Inst7CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -140,6 +140,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst11CountMenuEnable = Inst11CountCurrentMenuEnable Then
|
||||||
|
If Inst11CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst11MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst11CountDownForOpenXML > 0 Then
|
If Inst11CountDownForOpenXML > 0 Then
|
||||||
Var Inst11CountDownForOpenXML = Inst11CountDownForOpenXML - 1
|
Var Inst11CountDownForOpenXML = Inst11CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst11CountDownForOpenXML
|
DEBUGVAR Inst11CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
@ -143,6 +143,13 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If Inst11CountMenuEnable = Inst11CountCurrentMenuEnable Then
|
||||||
|
If Inst11CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst11MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst11CountDownForOpenXML > 0 Then
|
If Inst11CountDownForOpenXML > 0 Then
|
||||||
Var Inst11CountDownForOpenXML = Inst11CountDownForOpenXML - 1
|
Var Inst11CountDownForOpenXML = Inst11CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst11CountDownForOpenXML
|
DEBUGVAR Inst11CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
|
|
||||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
||||||
|
|
@ -150,6 +150,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst10CountMenuEnable = Inst10CountCurrentMenuEnable Then
|
||||||
|
If Inst10CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst10MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst10CountDownForOpenXML > 0 Then
|
If Inst10CountDownForOpenXML > 0 Then
|
||||||
Var Inst10CountDownForOpenXML = Inst10CountDownForOpenXML - 1
|
Var Inst10CountDownForOpenXML = Inst10CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst10CountDownForOpenXML
|
DEBUGVAR Inst10CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
|
|
||||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
||||||
|
|
@ -153,6 +153,12 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If Inst10CountMenuEnable = Inst10CountCurrentMenuEnable Then
|
||||||
|
If Inst10CountCurrentMenuEnable > 0 Then
|
||||||
|
Var Inst10MenuLoaded = "done"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Inst10CountDownForOpenXML > 0 Then
|
If Inst10CountDownForOpenXML > 0 Then
|
||||||
Var Inst10CountDownForOpenXML = Inst10CountDownForOpenXML - 1
|
Var Inst10CountDownForOpenXML = Inst10CountDownForOpenXML - 1
|
||||||
DEBUGVAR Inst10CountDownForOpenXML
|
DEBUGVAR Inst10CountDownForOpenXML
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
SAVELOG PreviseXMLFileName2
|
SAVELOG PreviseXMLFileName2
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
SAVELOG PreviseXMLFileName2
|
SAVELOG PreviseXMLFileName2
|
||||||
|
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
SAVELOG PreviseXMLFileName2
|
SAVELOG PreviseXMLFileName2
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
|
|
||||||
SAVELOG PreviseXMLFileName2
|
SAVELOG PreviseXMLFileName2
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
RootLayoutVisible 12 "show"
|
RootLayoutVisible 12 "show"
|
||||||
|
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
;include=""ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||||
|
|
||||||
SetInstanceIgnoreTouch
|
SetInstanceIgnoreTouch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue