Fix ed
This commit is contained in:
parent
b11e33eb57
commit
7285e9dc72
4 changed files with 16 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ If CatalogLayoutV3 = 1 Then
|
||||||
Var layoutVersion = "v3/"
|
Var layoutVersion = "v3/"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
TRY "ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
||||||
TRY "ROOT/taobin_project/xml/event/tricker.ev"
|
TRY "ROOT/taobin_project/xml/event/tricker.ev"
|
||||||
|
|
||||||
SAVELOG "=================== Control language and switch instance ========================="
|
SAVELOG "=================== Control language and switch instance ========================="
|
||||||
|
|
|
||||||
|
|
@ -179,3 +179,8 @@
|
||||||
|
|
||||||
DEBUGVAR MenuVSelected2
|
DEBUGVAR MenuVSelected2
|
||||||
EndIf
|
EndIf
|
||||||
|
Var ButtonLanguageCurrentXPosition = 1015
|
||||||
|
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||||
|
|
||||||
|
Var ButtonLanguageListXPosition = 990
|
||||||
|
Var ButtonLanguageListYPosition = 450 - 38
|
||||||
|
|
|
||||||
|
|
@ -1322,7 +1322,7 @@
|
||||||
|
|
||||||
|
|
||||||
; enable helper
|
; enable helper
|
||||||
Var EnableHelperShow = 1
|
Var EnableHelperShow = 0
|
||||||
Var FromDrinkOk = 1
|
Var FromDrinkOk = 1
|
||||||
If EnableHelperShow = 1 Then
|
If EnableHelperShow = 1 Then
|
||||||
; enable btn_change_langs
|
; enable btn_change_langs
|
||||||
|
|
|
||||||
|
|
@ -222,18 +222,18 @@
|
||||||
Var ENABLE_CHINA = "Invisible"
|
Var ENABLE_CHINA = "Invisible"
|
||||||
Var ENABLE_MALAY = "Invisible"
|
Var ENABLE_MALAY = "Invisible"
|
||||||
Var ENABLE_MTC = "Invisible"
|
Var ENABLE_MTC = "Invisible"
|
||||||
|
|
||||||
|
|
||||||
TRY "ROOT/taobin_project/inter/tha/xml/multi/control_and_lang_swith.ev"
|
TRY "ROOT/taobin_project/inter/tha/xml/multi/control_and_lang_swith.ev"
|
||||||
EndIf
|
EndIf
|
||||||
If CountryName = "HongKong" Then
|
If CountryName = "HongKong" Then
|
||||||
If EnableMultiInstance = "true" Then
|
Var ENABLE_UAE_DUBAI = "Invisible"
|
||||||
Var ENABLE_UAE_DUBAI = "Invisible"
|
Var ENABLE_THAI = "Invisible"
|
||||||
Var ENABLE_THAI = "Invisible"
|
Var ENABLE_JAPAN = "Invisible"
|
||||||
Var ENABLE_JAPAN = "Invisible"
|
Var ENABLE_CHINA = "Invisible"
|
||||||
Var ENABLE_CHINA = "Invisible"
|
Var ENABLE_MALAY = "Invisible"
|
||||||
Var ENABLE_MALAY = "Invisible"
|
Var ENABLE_MYANMAR = "Invisible"
|
||||||
Var ENABLE_MYANMAR = "Invisible"
|
TRY "ROOT/taobin_project/inter/hkg/xml/multi/control_and_lang_swith.ev"
|
||||||
TRY "ROOT/taobin_project/inter/hkg/xml/multi/control_and_lang_swith.ev"
|
|
||||||
EndIf
|
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue