Adjust menu tab can show all menu
This commit is contained in:
parent
4671368f18
commit
dfa3717c22
75 changed files with 3067 additions and 11 deletions
|
|
@ -7,13 +7,13 @@
|
|||
If LanguageShow = "ENG" Then
|
||||
Var show_eng = "true"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_v2_en/"
|
||||
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var show_eng = "false"
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_v2/"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "true"
|
||||
|
|
@ -38,7 +38,11 @@
|
|||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Var MenuVSelected2 = "Enable"
|
||||
|
||||
EndIf
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -58,8 +62,24 @@
|
|||
<Y> 395 </Y>
|
||||
<Row2>
|
||||
<State>"Enable"</State>
|
||||
<Width> 896 </Width>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 102 </Height>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu0Selected </State>
|
||||
<Filename> Var( DirImageAlter + "/bn_tao_pun.png") </Filename>
|
||||
<FilenamePress> Var( DirImageAlter + "/bp_tao_pun.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Var NextPage = "-"
|
||||
TabMenuVisibleInst 9
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<Layout> "linear" </Layout>
|
||||
<State> Menu1Selected </State>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue