mys and aus
This commit is contained in:
commit
acf68d8c56
31 changed files with 17870 additions and 14575 deletions
|
|
@ -441,12 +441,15 @@
|
|||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
|
||||
If BGSugar = "Enable" Then
|
||||
If SugarSoundFlag = 1 Then
|
||||
If SelectDrinkType = 1 Then
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
Else
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
|
||||
; Play Sound #zone
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -1147,13 +1150,26 @@
|
|||
|
||||
|
||||
Var ToppingGotoPayment = "false"
|
||||
|
||||
Var SugarSoundFlag = 0
|
||||
If BGSugarNew = "Enable" Then
|
||||
Var SugarSoundFlag = 1
|
||||
|
||||
EndIf
|
||||
If BGSugar = "Enable" Then
|
||||
Var SugarSoundFlag = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
If SelectDrinkType = 1 Then
|
||||
If show_eng = "true" Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Sweet.mp3"
|
||||
Else
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
|
||||
; Play Sound #zone
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
1
inter/mys/support_langs
Normal file
1
inter/mys/support_langs
Normal file
|
|
@ -0,0 +1 @@
|
|||
ENG,THAI,CHINA,JAPAN,MALAY
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -24,12 +24,12 @@ If SystemDateMonthInt = 4 Then
|
|||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 5 Then
|
||||
|
||||
If BoxID = 177746 Then
|
||||
Var FruityRayaEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt < 10 Then
|
||||
Var FruityRayaEnable = 1
|
||||
Else
|
||||
Var FruityRayaEnable = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 200002 Then
|
||||
Var FruityRayaEnable = 1
|
||||
DEBUGVAR BoxID
|
||||
EndIf
|
||||
|
|
@ -98,14 +98,12 @@
|
|||
If CountryName = "Malaysia" Then
|
||||
Var DirImage2 = "ROOT/taobin_project/image/drink_option_myr/"
|
||||
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
|
||||
Var DirImage = "ROOT/taobin_project/image/page3_en"
|
||||
Var DirImage = "ROOT/taobin_project/image/page3_en/"
|
||||
Var ice_tab_text = "Ice will be ready at "
|
||||
EndIf
|
||||
|
||||
SAVELOG "EventLanguageOnChange menu -list"
|
||||
|
||||
Refresh
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 400
|
||||
|
|
@ -114,7 +112,7 @@
|
|||
Var ButtonLanguageListYPosition = 430 - 38
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
||||
|
||||
RefreshAll
|
||||
</EventLanguageOnChange>
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
7
inter/mys/xml/topview2_script.ev
Normal file
7
inter/mys/xml/topview2_script.ev
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Var lang_icon_file_name[0] = "bn_eng_lang.png"
|
||||
Var lang_icon_file_name[1] = "bn_malay_lang.png"
|
||||
|
||||
DEBUGVAR lang_icon_file_name[0]
|
||||
DEBUGVAR lang_icon_file_name[1]
|
||||
DEBUGVAR LanguageShowByIndex
|
||||
DEBUGVAR ENABLE_LANGUAGE_COUNT
|
||||
|
|
@ -1,10 +1,7 @@
|
|||
Var lang_icon_file_name[0] = "bn_eng_lang.png"
|
||||
var lang_icon_file_name[1] = "bn_uae_dubai_lang.png"
|
||||
Var lang_icon_file_name[1] = "bn_uae_dubai_lang.png"
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
DEBUGVAR lang_icon_file_name[0]
|
||||
DEBUGVAR lang_icon_file_name[1]
|
||||
>>>>>>> cb58755594be54445f91099fc37552741c894461
|
||||
DEBUGVAR LanguageShowByIndex
|
||||
DEBUGVAR ENABLE_LANGUAGE_COUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue