change var timeout
This commit is contained in:
parent
e6fe0e547e
commit
9d16dd1d45
3 changed files with 17 additions and 16 deletions
|
|
@ -41,16 +41,16 @@
|
|||
|
||||
Var CurrHelpCenter = 1
|
||||
|
||||
Var Timeout = 0
|
||||
Var TimeoutHelperProccess = 0
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
DEBUGVAR Timeout
|
||||
DEBUGVAR TimeoutHelperProccess
|
||||
|
||||
If Timeout > 70 Then
|
||||
SAVELOG "Timeout"
|
||||
If TimeoutHelperProccess > 70 Then
|
||||
SAVELOG "TimeoutHelperProccess"
|
||||
Var CurrHelpCenter = 0
|
||||
If BaseOnPageBoard = 1 Then
|
||||
Var BaseOnPageBoard = 0
|
||||
|
|
@ -60,14 +60,14 @@
|
|||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 590
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
OpenInst 15 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
||||
Else
|
||||
OpenInst 15 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
Var Timeout = Timeout + 1
|
||||
Var TimeoutHelperProccess = TimeoutHelperProccess + 1
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 590
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
OpenInst 2 "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
OpenInst 15 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
||||
Else
|
||||
OpenInst 15 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue