taobin_project/xml/menutab/page_instance2.xml

36 lines
588 B
XML
Raw Normal View History

2023-12-08 22:51:09 +07:00
<Popup>
<Width> 1080</Width>
<Height> 1920 </Height>
<EventOpen>
; open from page_catalog.xml
Var Timeout = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR Timeout
2023-12-10 14:15:19 +07:00
If Timeout > 66 Then
2023-12-08 22:51:09 +07:00
SAVELOG "Timeout"
TabMenuVisibleInst 99
If Seeker = "next" Then
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Else
SAVELOG "Back"
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
EndIf
Var Timeout = Timeout + 1
TimerReset
</EventTimeout>
</Popup>