change var timeout

This commit is contained in:
Ittipat Lusuk 2025-05-14 11:07:21 +07:00
parent e6fe0e547e
commit 9d16dd1d45
3 changed files with 17 additions and 16 deletions

View file

@ -7,15 +7,16 @@
<Volume> SoundVolume </Volume>
<EventOpen>
Var Timeout = 0
Var TimeoutHelperProccess = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR TimeoutHelperProccess
Var Timeout = Timeout + 1
Var TimeoutHelperProccess = TimeoutHelperProccess + 1
If Timeout > 5 Then
If TimeoutHelperProccess > 5 Then
If Seeker = "next" Then
RootLayoutVisible 3 "hide"
OpenInst 2 "ROOT/taobin_project/xml/page_brewing3Conti.xml"
@ -26,7 +27,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"
EndIf
EndIf