DO
This commit is contained in:
parent
5e91f42848
commit
4abbb1bb4e
25 changed files with 873 additions and 58 deletions
|
|
@ -700,10 +700,18 @@
|
|||
If BoxID = 200434 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
If BoxID = 172644 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
If BoxID = 172102 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/backToSchool.ev"
|
||||
|
||||
If BoxID = 200001 Then
|
||||
Var OreoDueEnable = 0
|
||||
EndIf
|
||||
|
||||
DEBUGVAR SoundThaiIndex
|
||||
|
||||
|
|
@ -884,9 +892,18 @@
|
|||
;Var CupOnArm = "true"
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
|
||||
If CheckCupStateDoorCupClose = "done" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -924,6 +941,7 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
|
||||
TimerReset
|
||||
|
|
@ -1136,6 +1154,9 @@
|
|||
<EventClick>
|
||||
Machine RemoveCup
|
||||
Machine DoorLidOpen
|
||||
|
||||
Var CheckCupStateDoorCupClose = "reset"
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue