Add taobin_notopup
This commit is contained in:
parent
b1744e1726
commit
98f4aa86c9
4 changed files with 14 additions and 4 deletions
|
|
@ -369,6 +369,8 @@
|
|||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR XMLProfile
|
||||
|
||||
Machine CancelWepApp
|
||||
|
||||
|
||||
|
|
@ -389,6 +391,11 @@
|
|||
|
||||
DEBUGVAR AdvertiseProfile
|
||||
|
||||
If XMLProfile = "taobin_notopup" Then
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
Else
|
||||
Var ButtontoTopupMenu = "Enable"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
|
@ -654,7 +661,7 @@
|
|||
<Button>
|
||||
<X> 556 </X>
|
||||
<Y> 1695 </Y>
|
||||
<State> ShowButtonClick2 </State>
|
||||
<State> ButtontoTopupMenu </State>
|
||||
;<Color> "0x00BDFF" </Color>
|
||||
<FilenamePress> "ROOT/taobin_project/image/main_page/bp_main_page_topup.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
Var ShowButtonClick2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -346,7 +347,7 @@
|
|||
<Button>
|
||||
<X> 696 </X>
|
||||
<Y> 424 </Y>
|
||||
<State> ShowButtonClick2 </State>
|
||||
<State> ButtontoTopupMenu </State>
|
||||
<Filename> Var(DirImage + "/bn_main_page_topup.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_main_page_topup.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue