DO Image
This commit is contained in:
parent
e021565cdd
commit
d75e903aa9
76 changed files with 778 additions and 151 deletions
|
|
@ -8,6 +8,12 @@
|
|||
TopView "show"
|
||||
; On open
|
||||
|
||||
If RecipeTag1 = "HealthTurnOn" Then
|
||||
Var MenuHealthyEnable = "Enable"
|
||||
Else
|
||||
Var MenuHealthyEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
|
@ -406,7 +412,7 @@
|
|||
<Button>
|
||||
<X> 736 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>"Pressforever"</State>
|
||||
<State>MenuHealthyEnable</State>
|
||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue