spiralNow
This commit is contained in:
parent
f55bf5934e
commit
2c3e7fb6ce
238 changed files with 13975 additions and 4103 deletions
|
|
@ -10,12 +10,14 @@
|
|||
Var cancelState = "Enable"
|
||||
Var Timeout = 0
|
||||
Var LastMakeSpiralResult = 0
|
||||
Var MachineSpiralStage = ""
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 100 </Timeout>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
|
||||
If Timeout > 100 Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
|
|
@ -24,10 +26,10 @@
|
|||
Open "ROOT/taobin_project/spiral/xml/page_spiral_select.xml"
|
||||
EndIf
|
||||
If MachineSpiralStage = "spiral-invalid" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
Open "ROOT/taobin_project/spiral/xml/page_spiral_alarm.xml"
|
||||
EndIf
|
||||
If MachineSpiralStage = "spiral-failed" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
Open "ROOT/taobin_project/spiral/xml/page_spiral_alarm.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -54,15 +56,7 @@
|
|||
<Filename> Var( DirImage + "/loading.gif" )</Filename>
|
||||
</GIF>
|
||||
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
;<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue