taobin_project/inter/tha/xml/multi/page_instance2.xml

37 lines
595 B
XML
Raw Normal View History

2024-11-06 13:32:12 +07:00
<Popup>
<Width> 1080</Width>
<Height> 1920 </Height>
<EventOpen>
; open from page_catalog.lxml
Var Timeout = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR Timeout
If Timeout > 66 Then
SAVELOG "Timeout"
2024-11-08 09:42:35 +07:00
;TabMenuVisibleInst 99
2024-11-06 13:32:12 +07:00
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>