This commit is contained in:
kong 2023-01-20 15:05:31 +07:00
parent e333a114df
commit e202036523
14 changed files with 201 additions and 35 deletions

View file

@ -232,7 +232,17 @@
</EventTimeout>
<EventLanguageChange>
Refresh
DEBUGVAR LanguageShow
If LanguageShow = "ENG" Then
Var DirImage2 = "ROOT/taobin_project/image/drink_option_en/"
Var DirImageAlter = "ROOT/taobin_project/image/page3_2_en/"
EndIf
If LanguageShow = "THAI" Then
Var DirImage2 = "ROOT/taobin_project/image/drink_option/"
Var DirImageAlter = "ROOT/taobin_project/image/page3_2/"
EndIf
RefreshAll
</EventLanguageChange>
@ -296,7 +306,9 @@
</EventClick>
</Button>
;
<ListView1>
<Width> 1080 </Width>
<Height> "auto" </Height>