HKG: Fix bug langs flag, Upscale flag image 20 pers
This commit is contained in:
parent
3c05684c63
commit
1209d34c42
27 changed files with 6495 additions and 6487 deletions
|
|
@ -1083,7 +1083,10 @@
|
|||
If CountryName = "HongKong" Then
|
||||
If EnableMultiInstance = "true" Then
|
||||
|
||||
; Change lang icon for hkg
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Var BtnLangToggleIndex = "Enable"
|
||||
|
||||
Var InternationalEnable = 1
|
||||
Var CurrentPageShowError = 0
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/video/script_video.ev"
|
||||
|
|
@ -1111,7 +1114,7 @@
|
|||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = "HKG$"
|
||||
Var PriceUnitText = "HK$"
|
||||
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
Var MemberButtonFileNameRest = "ROOT/taobin_project/image/main_page_en/bn_main_page_member.png"
|
||||
|
|
|
|||
|
|
@ -206,7 +206,12 @@
|
|||
<EventLanguageOnChange>
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
If CountryName = "HongKong" Then
|
||||
Var LanguageButtonEnable = "Invisible"
|
||||
Else
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
EndIf
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 648
|
||||
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@
|
|||
Var BtnLangCurrentXPosition = 990
|
||||
Var BtnLangCurrentYPosition = 648
|
||||
Else
|
||||
Var BtnLangCurrentXPosition = 1005
|
||||
Var BtnLangCurrentYPosition = 458 - 48
|
||||
Var BtnLangCurrentXPosition = 990
|
||||
Var BtnLangCurrentYPosition = 458 - 65
|
||||
EndIf
|
||||
|
||||
If LanguageShowByIndex = 0 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue