bring language button flag back
This commit is contained in:
parent
df3c502cfd
commit
0504d52cd7
16 changed files with 40 additions and 44 deletions
|
|
@ -345,13 +345,8 @@
|
|||
Var countDownRetrun = 300
|
||||
|
||||
Var LanguageButtonEnable = "Enable"
|
||||
If CountryName = "Malaysia" Then
|
||||
Var ButtonLanguageCurrentXPosition = 950
|
||||
Var ButtonLanguageCurrentYPosition = 458
|
||||
Else
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438
|
||||
EndIf
|
||||
Var ButtonLanguageCurrentXPosition = 990
|
||||
Var ButtonLanguageCurrentYPosition = 438
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 430
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
|
|
|
|||
|
|
@ -17,15 +17,16 @@
|
|||
|
||||
Var langFileNameIcon = lang_icon_file_name[LanguageShowByIndex]
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var dirImageLang = CountryRootPath + "image/lang/"
|
||||
Var langfn = dirImageLang + langFileNameIcon
|
||||
DEBUGVAR langfn
|
||||
DEBUGVAR ButtonLanguageCurrentXPosition
|
||||
DEBUGVAR ButtonLanguageCurrentYPosition
|
||||
Else
|
||||
Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
|
||||
EndIf
|
||||
Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
|
||||
|
||||
;If CountryName = "Malaysia" Then
|
||||
; Var dirImageLang = CountryRootPath + "image/lang/"
|
||||
; Var langfn = dirImageLang + langFileNameIcon
|
||||
; DEBUGVAR langfn
|
||||
; DEBUGVAR ButtonLanguageCurrentXPosition
|
||||
; DEBUGVAR ButtonLanguageCurrentYPosition
|
||||
;EndIf
|
||||
|
||||
|
||||
Var ButtonLanguageListXPositionIcon = ButtonLanguageListXPosition + 27
|
||||
Var ButtonLanguageListYPositionIcon = ButtonLanguageListYPosition + 14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue