Update pos_fail.xml

This commit is contained in:
Kenta420 2024-09-30 14:38:13 +07:00
parent 704c6d4975
commit de13cbd7e2

View file

@ -1,9 +1,9 @@
<Popup> <Popup>
<X> 0 </X> <X> 0 </X>
<Y> 608 </Y> <Y> 0 </Y>
<Cache> "Enable" </Cache> <Cache> "Enable" </Cache>
<Width> 1080 </Width> <Width> 1080 </Width>
<Height> 1312 </Height> <Height> 1920 </Height>
<Background> "0xEFEDEA" </Background> <Background> "0xEFEDEA" </Background>
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventOpen> <EventOpen>
@ -23,19 +23,19 @@
</EventOpen> </EventOpen>
<Timeout> 1000 </Timeout> <Timeout> 1000 </Timeout>
<EventTimeout> <EventTimeout>
;SAVELOG MachineErrorDetail
Var MachineErrorDetailAll = MachineErrorDetail + " / "
Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng
If Timeout > 30 Then If Timeout > 30 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf EndIf
Var Timeout = Timeout + 1
Refresh Refresh
TimerReset TimerReset
</EventTimeout> </EventTimeout>
;include="ROOT/taobin_project/inc/video.inc"
<Image> <Image>
<X> 0 </X> <X> 0 </X>
<Y> 480 </Y> <Y> 480 </Y>
@ -47,28 +47,22 @@
<Y> 1753 </Y> <Y> 1753 </Y>
<Filename> CloseBtnImg </Filename> <Filename> CloseBtnImg </Filename>
<FilenamePress> ClosePressedImg </FilenamePress> <FilenamePress> ClosePressedImg </FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<State> buttonRemoveCup </State>
<EventClick> <EventClick>
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
</EventClick> </EventClick>
</Button> </Button>
<EventUnitTest1>
Open "ROOT/taobin_project/xml/pos_fail.xml"
</EventUnitTest1>
<EventUnitTest2>
If show_eng = "true" Then
Var show_eng = "false"
<Text> Else
<X> 5 </X> Var show_eng = "true"
<Y> 1868 </Y> EndIf
<Size> 24 </Size> Open "ROOT/taobin_project/xml/pos_fail.xml"
<Align> Center </Align> </EventUnitTest2>
<Width> 1080 </Width>
<Font> RobotoRegular </Font>
<Color> 0xDE794E </Color>
<Value> MachineErrorDetailAll </Value>
</Text>
</Popup> </Popup>