add file and new advestise
This commit is contained in:
parent
0a6cc72644
commit
1e71e7300c
52 changed files with 131 additions and 59 deletions
|
|
@ -11,7 +11,7 @@
|
|||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
|
||||
Var FileNumber = 1
|
||||
|
||||
Var taobin_version = "1.26"
|
||||
Var taobin_version = "1.28"
|
||||
; 1.00 is
|
||||
|
||||
; On open
|
||||
|
|
@ -113,6 +113,8 @@
|
|||
; TODO: remove when release
|
||||
;Var IgnoreNetCore = "true"
|
||||
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -200,7 +202,7 @@
|
|||
|
||||
DEBUGVAR CountUpReloadAll
|
||||
|
||||
If CountUpReloadAll > 24 Then
|
||||
If CountUpReloadAll > 120 Then
|
||||
|
||||
Var StartUpExt = "-"
|
||||
Var CountUpReloadAll = 0
|
||||
|
|
@ -210,7 +212,11 @@
|
|||
|
||||
EndIf
|
||||
|
||||
|
||||
If CupOnArm = "true" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
|
@ -219,8 +225,8 @@
|
|||
;SAVELOG ShowButtonClick
|
||||
Var CountDownShowButton = 35
|
||||
Var CountDownPauseVideo = 6
|
||||
Open CurrentXMLFileName0
|
||||
TouchTapClose
|
||||
Open CurrentXMLFileName0
|
||||
Refresh
|
||||
|
||||
</EventEnd>
|
||||
|
|
@ -340,9 +346,22 @@
|
|||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 868 </X>
|
||||
<Y> 634 </Y>
|
||||
<State> buttonRemoveCup </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<Interval> 300 </Interval>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
||||
<EventClick>
|
||||
Machine RemoveCup
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue