49 lines
972 B
XML
49 lines
972 B
XML
<Popup>
|
|
<Width> 1080</Width>
|
|
<Height> 1920 </Height>
|
|
|
|
<EventOpen>
|
|
; open from page_catalog.lxml
|
|
|
|
|
|
RootLayoutVisible 3 "show"
|
|
RootLayoutVisible 15 "show"
|
|
|
|
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
|
|
|
|
|
Var ButtonLanguageCurrentXPosition = 1015
|
|
Var ButtonLanguageCurrentYPosition = 458 - 38
|
|
|
|
Var ButtonLanguageListXPosition = 990
|
|
Var ButtonLanguageListYPosition = 450 - 38
|
|
|
|
|
|
Var Timeout = 0
|
|
|
|
</EventOpen>
|
|
<Timeout> 1000 </Timeout>
|
|
<EventTimeout>
|
|
|
|
DEBUGVAR Timeout
|
|
If Timeout > 66 Then
|
|
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>
|
|
|
|
;include="ROOT/taobin_project/inc/remove_cup_tag_on_arm.inc"
|
|
|
|
|
|
</Popup>
|