- add led v4 animations - extend timeout page test color - add elock
button for newui
This commit is contained in:
parent
3b1cda6b64
commit
05543413ec
26 changed files with 705 additions and 406 deletions
|
|
@ -8,27 +8,27 @@
|
|||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing_en"
|
||||
|
||||
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2_eng.png"
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/collectiing"
|
||||
|
||||
|
||||
|
||||
Var IMG_CNT = "ROOT/taobin_project/image/page_doing/img2.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If PromotionIDCurrentOrder = 2 Then
|
||||
Var img_popup6 = "/img_popupOreo1.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
If PromotionIDCurrentOrder = 3 Then
|
||||
Var img_popup6 = "/img_popupSongkarn1.png"
|
||||
|
|
@ -37,29 +37,33 @@
|
|||
If PromotionIDCurrentOrder = 5 Then
|
||||
Var img_popup6 = "/img_popupPepsi1.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
DEBUGVAR Timeout
|
||||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
TRY "ROOT/taobin_project/xml/process/ledv4_process.ev"
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
If Timeout > 5 Then
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_1-3.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
|
|
@ -88,13 +92,13 @@
|
|||
<FilenameDisable> Var( DirImage + "/bd_confirm.png") </FilenameDisable>
|
||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
<EventClick>
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_collect_point_1-3.xml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -132,10 +136,10 @@
|
|||
</Text>
|
||||
|
||||
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
|
||||
|
||||
<EventSecurity>
|
||||
Open "/media/bt/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue