do page_catalog.lxml
This commit is contained in:
commit
af3bda2620
101 changed files with 1645 additions and 1143 deletions
|
|
@ -1,5 +1,5 @@
|
|||
if "v2" in param:
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code):
|
||||
def GenMenuProductCodeBlock( str_hot_product_code, str_cold_product_code, str_blend_product_code, str_date_time_start, str_date_time_end, str_product_var):
|
||||
print(" size " + str( len(spl)) + " img=" + spl[ idx_img][1] )
|
||||
out_xml( '\t; ==================> Len = ' + str(len(spl)) + '\r\n')
|
||||
menu_img = spl[ idx_img][1]
|
||||
|
|
@ -23,6 +23,15 @@
|
|||
|
||||
if str_blend_product_code != '-':
|
||||
str_con += str_blend_product_code + '.Button,'
|
||||
|
||||
if str_date_time_start != '-':
|
||||
str_con += 'DateTimeStart="' + str_date_time_start + '",'
|
||||
|
||||
if str_date_time_end != '-':
|
||||
str_con += 'DateTimeEnd="' + str_date_time_end + '",'
|
||||
|
||||
if str_product_var != '-':
|
||||
str_con += 'Var=' + str_product_var + ','
|
||||
|
||||
if str_hot_product_code != '-':
|
||||
str_con_var += str_hot_product_code + '-'
|
||||
|
|
@ -32,6 +41,15 @@
|
|||
|
||||
if str_blend_product_code != '-':
|
||||
str_con_var += str_blend_product_code + '-'
|
||||
|
||||
# if str_date_time_start != '-':
|
||||
# str_con_var += str_date_time_start + '-'
|
||||
|
||||
# if str_date_time_end != '-':
|
||||
# str_con_var += str_date_time_end + '-'
|
||||
|
||||
# if str_product_var != '-':
|
||||
# str_con_var += str_product_var + '-'
|
||||
|
||||
str_con_var = str_con_var.replace("-", "")
|
||||
if touch_less_gen == True:
|
||||
|
|
@ -555,7 +573,7 @@
|
|||
|
||||
|
||||
def GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code):
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code] )
|
||||
GenMenuProductCodeBlock( spl[ idx_name][ idx_hot_product_code], spl[ idx_name][ idx_cold_product_code] , spl[ idx_name][ idx_blend_product_code],spl[ idx_name][ idx_date_time_start],spl[ idx_name][idx_date_time_end],spl[ idx_name][idx_product_var] )
|
||||
|
||||
idx_lang_myanmar = 6
|
||||
idx_lang_malay = 5
|
||||
|
|
@ -573,6 +591,10 @@
|
|||
idx_hot_product_code = 7
|
||||
idx_cold_product_code = idx_hot_product_code + 1
|
||||
idx_blend_product_code = idx_cold_product_code + 1
|
||||
|
||||
idx_date_time_start = 17
|
||||
idx_date_time_end = idx_date_time_start + 1
|
||||
idx_product_var = idx_date_time_end + 1
|
||||
|
||||
#
|
||||
idx_hot_product_code2 = idx_blend_product_code + 1
|
||||
|
|
@ -679,6 +701,23 @@
|
|||
hot_pd = spl[ idx_name][ idx_hot_product_code].split(',')
|
||||
cold_pd = spl[ idx_name][ idx_cold_product_code].split(',')
|
||||
blend_pd = spl[ idx_name][ idx_blend_product_code].split(',')
|
||||
date_time_start = spl[idx_name][idx_date_time_start]
|
||||
date_time_end = spl[idx_name][idx_date_time_end]
|
||||
product_var = spl[idx_name][idx_product_var]
|
||||
# if len(spl) > idx_name and len(spl[idx_name]) > max(idx_date_time_start, idx_date_time_end, idx_product_var):
|
||||
# date_time_start = spl[idx_name][idx_date_time_start]
|
||||
# date_time_end = spl[idx_name][idx_date_time_end]
|
||||
# product_var = spl[idx_name][idx_product_var]
|
||||
# else:
|
||||
# date_time_start = '-'
|
||||
# date_time_end = '-'
|
||||
# product_var = '-'
|
||||
# print(f"Index error: spl[{idx_name}] does not have enough elements")
|
||||
# continue
|
||||
|
||||
print(f"spl[{idx_name}] =", spl[idx_name])
|
||||
print(f"Expected indices: date_time_start:{date_time_start}, date_time_end:{date_time_end}, product_var:{product_var}")
|
||||
|
||||
|
||||
#print(' size = ' + str( len( hot_pd)) + ' size = ' + str( len( cold_pd)) + ' size = ' + str( len( blend_pd)) + '\r\n')
|
||||
list_size = len( hot_pd)
|
||||
|
|
@ -688,7 +727,7 @@
|
|||
print("\t\t==> ignore ")
|
||||
else:
|
||||
print("\t\t==> gen ")
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx] )
|
||||
GenMenuProductCodeBlock( hot_pd[ idx], cold_pd[ idx], blend_pd[ idx], date_time_start, date_time_end, product_var )
|
||||
else:
|
||||
GenMenuBlock( idx_hot_product_code, idx_cold_product_code, idx_blend_product_code)
|
||||
#out_xml( '\t; parallel '+ spl[ idx_name][ idx_hot_product_code2] + ' ' + spl[ idx_name][ idx_cold_product_code2] + ' ' + spl[ idx_name][ idx_blend_product_code2] + ' \r\n')
|
||||
|
|
|
|||
|
|
@ -18,6 +18,20 @@
|
|||
|
||||
DEBUGVAR ToppingNewShow
|
||||
|
||||
DEBUGVAR OpenFromPageBoard
|
||||
If OpenFromPageBoard = 1 Then
|
||||
Var OpenFromPageBoard = 0
|
||||
Var langnext1 = "true"
|
||||
Var langnext2 = "true"
|
||||
Var langnext3 = "true"
|
||||
Var langnext4 = "true"
|
||||
Var langnext5 = "true"
|
||||
Var langnext6 = "true"
|
||||
Var langnext7 = "true"
|
||||
Var langnext8 = "true"
|
||||
SAVELOG "======================================= RefreshAll Languages ================================"
|
||||
EndIf
|
||||
|
||||
Var NextPage = "-"
|
||||
|
||||
Var Seeker.thankLidFlag = 0
|
||||
|
|
@ -198,11 +212,6 @@
|
|||
Var PromotionIDCurrentOrder = 0
|
||||
RootLayoutVisible 3 "show"
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 1005
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
|
||||
Var SelectedMenu = ""
|
||||
Var MultiProcess = "Invisible"
|
||||
|
|
@ -560,15 +569,15 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst5MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 2
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "coffee"
|
||||
EndIf
|
||||
If Inst5MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 2
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "coffee"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
|
|
@ -630,15 +639,16 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst6MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 3
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "tea"
|
||||
EndIf
|
||||
If Inst6MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 3
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "tea"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
|
|
@ -663,25 +673,25 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst7MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 4
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "caramel"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000007 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 193 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
If Inst7MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 4
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "caramel"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000007 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 193 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
<Block>
|
||||
|
|
@ -696,48 +706,46 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst11MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 7
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "soda"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000009 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 211 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
If Inst8MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 5
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "kidmenu"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000011 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 211 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State> "Enable" </State>
|
||||
<Button>
|
||||
<Filename> Var(DirImage + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst10MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 8
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "pepsi"
|
||||
EndIf
|
||||
<Button>
|
||||
<X> 392 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>AppFastButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_appfast.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_appfast.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If Inst8MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 5
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "appfast"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
|
|
@ -765,122 +773,137 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst8MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 5
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "kidmenu"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000011 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 211 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State>AppFastButtonState</State>
|
||||
<Button>
|
||||
<State>AppFastButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_appfast.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_appfast.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
If Inst8MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 5
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "appfast"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000012 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 211 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State> WheyButtonState </State>
|
||||
<Button>
|
||||
<State>WheyButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
TabMenuVisibleInst 5
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000008 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State> "Enable" </State>
|
||||
<Button>
|
||||
<State> "Enable" </State>
|
||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst9MenuLoaded = "done" Then
|
||||
TabMenuVisibleInst 6
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "healthy"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000010 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 82 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
If Inst11MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 7
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "soda"
|
||||
EndIf
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000009 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 211 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
;###############################################################
|
||||
|
||||
|
||||
|
||||
</FrameScroll>
|
||||
<Button>
|
||||
<X> 392 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State>WheyButtonState</State>
|
||||
<Filename> Var(DirImage + "/bn_protein.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_protein.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
TabMenuVisibleInst 5
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000008 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 736 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State> "Enable" </State>
|
||||
<Filename> Var(DirImage + "/bn_HealthyOption.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_HealthyOption.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst9MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 6
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "healthy"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000010 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 82 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 736 </X>
|
||||
<Y> 1532 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var(DirImage + "/bn_winter_warmers.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bn_winter_warmers.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
|
||||
;Open "ROOT/taobin_project/xml/page_catalog_group_winter_warmers.lxml"
|
||||
|
||||
|
||||
Var OpenFileXML = CountryRootPath + "xml/page_catalog_group_winter_warmers_ignore.lxml"
|
||||
Open OpenFileXML
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
;###############################################################
|
||||
|
||||
<Button>
|
||||
<X> 48 </X>
|
||||
<Y> 1532 </Y>
|
||||
<Filename> Var(DirImage + "/bn_Pepsi_7up.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_Pepsi_7up.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Inst10MenuLoaded = "done" Then
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 8
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
Else
|
||||
Var MultiProcessTimer = 0
|
||||
Var MultiProcess = "Enable"
|
||||
Var SelectedMenu = "pepsi"
|
||||
EndIf
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000025 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 82 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 225 </X>
|
||||
|
|
|
|||
|
|
@ -1,272 +1,273 @@
|
|||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
If SlientRefreshIndex = 2 Then
|
||||
Var SlientRefreshIndex = 3
|
||||
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
<EventOnShow>
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
||||
Var Menu2Selected = "PressForever"
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
||||
|
||||
SetInstanceIgnoreTouch
|
||||
|
||||
|
||||
DEBUGVAR SlientRefreshIndex
|
||||
</EventOnShow>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;DEBUGVAR ICE_PROCESS_STATUS
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
Var ice_tab_process_show = "Enable"
|
||||
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
GetVisible inst_show2
|
||||
;DEBUGVAR inst_show2
|
||||
|
||||
|
||||
If inst_show2 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 2 Then
|
||||
If inst_show2 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile2
|
||||
Open CurrentOpenFile2
|
||||
|
||||
Else
|
||||
Var SlientRefreshIndex = 3
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show2 = 1 Then
|
||||
If langnext1 = "true" Then
|
||||
Var langnext1 = "false"
|
||||
DEBUGVAR langnext
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Var Inst5CountMenuEnable = 0
|
||||
Var Inst5CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst5CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst5CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst5CountMenuEnable
|
||||
;DEBUGVAR Inst5CountMenuEnablePrev
|
||||
;DEBUGVAR Inst5CountCurrentMenuEnable
|
||||
|
||||
If Inst5CountMenuEnablePrev = "" Then
|
||||
Var Inst5CountMenuEnablePrev = Inst5CountMenuEnable
|
||||
Var Inst5CountDownForOpenXML = 0
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst5 Refresh ===================================================================== Refresh"
|
||||
Var Inst5CountDownForOpenXML = 10
|
||||
Var Inst5CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst5CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst5 Refresh =======================Inst5CountMenuEnable / Inst5CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst5CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst5CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst5CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = Inst5CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst5CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = 20
|
||||
SAVELOG "OPEN FROM 1"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||
If Inst5CountCurrentMenuEnable > 0 Then
|
||||
Var Inst5MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountDownForOpenXML > 0 Then
|
||||
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst5CountDownForOpenXML
|
||||
If Inst5CountDownForOpenXML = 0 Then
|
||||
SAVELOG "OPEN FROM 2"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint RefreshCoffeeMenu 1
|
||||
If RefreshCoffeeMenu = 1 Then
|
||||
Var RefreshCoffeeMenu = 0
|
||||
SAVELOG "OPEN FROM 3"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
|
||||
; setvarint ScriptCoffeeMenu 1
|
||||
If ScriptCoffeeMenu = 1 Then
|
||||
Var ScriptCoffeeMenu = 0
|
||||
SAVELOG "Runscript 3"
|
||||
Script "-" "-"
|
||||
EndIf
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventOnShow>
|
||||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 1005
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
|
||||
DEBUGVAR EnabledBlockUpdateInst6
|
||||
DEBUGVAR EnabledBlocksDrawInst6
|
||||
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
|
||||
If SaveStringInst = "ShowThai" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
InstanceSetString "ShowMYANMAR"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowMYANMAR" Then
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowEng"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowEng" Then
|
||||
If LanguageShow = "ENG" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowThai"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
</EventOnShow>
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
|
||||
|
||||
If SlientRefreshIndex = 2 Then
|
||||
Var SlientRefreshIndex = 3
|
||||
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
|
||||
<EventOnShow>
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
||||
Var Menu2Selected = "PressForever"
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_show_and_refresh.lxml"
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
||||
|
||||
SetInstanceIgnoreTouch
|
||||
|
||||
|
||||
DEBUGVAR SlientRefreshIndex
|
||||
</EventOnShow>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
;DEBUGVAR ICE_PROCESS_STATUS
|
||||
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
Var ice_tab_process_show = "Enable"
|
||||
Var ice_show_open = ice_tab_text + ICE_PROCESS_TXT
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
GetVisible inst_show2
|
||||
;DEBUGVAR inst_show2
|
||||
|
||||
|
||||
If inst_show2 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint SlientRefreshEnable 1
|
||||
;DEBUGVAR SlientRefreshEnable
|
||||
|
||||
If SlientRefreshEnable = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
||||
If show_eng = "true" Then
|
||||
InstanceSetString "ShowEng"
|
||||
Else
|
||||
InstanceSetString "ShowThai"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 2 Then
|
||||
If inst_show2 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile2
|
||||
Open CurrentOpenFile2
|
||||
|
||||
Else
|
||||
Var SlientRefreshIndex = 3
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show2 = 1 Then
|
||||
If langnext1 = "true" Then
|
||||
Var langnext1 = "false"
|
||||
DEBUGVAR langnext
|
||||
RefreshAll
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Var Inst5CountMenuEnable = 0
|
||||
Var Inst5CountCurrentMenuEnable = 0
|
||||
GetFrameScrollBlockCount Inst5CountCurrentMenuEnable
|
||||
GetCurrentEnableBlockCount Inst5CountMenuEnable
|
||||
|
||||
;DEBUGVAR Inst5CountMenuEnable
|
||||
;DEBUGVAR Inst5CountMenuEnablePrev
|
||||
;DEBUGVAR Inst5CountCurrentMenuEnable
|
||||
|
||||
If Inst5CountMenuEnablePrev = "" Then
|
||||
Var Inst5CountMenuEnablePrev = Inst5CountMenuEnable
|
||||
Var Inst5CountDownForOpenXML = 0
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = 20
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountMenuEnablePrev Then
|
||||
|
||||
Else
|
||||
SAVELOG "Inst5 Refresh ===================================================================== Refresh"
|
||||
Var Inst5CountDownForOpenXML = 10
|
||||
Var Inst5CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst5CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst5 Refresh =======================Inst5CountMenuEnable / Inst5CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst5CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountCurrentMenuEnable = 0 Then
|
||||
|
||||
DEBUGVAR Inst5CountDownOpenXMLFromMenuZero
|
||||
|
||||
If Inst5CountDownOpenXMLFromMenuZero > 0 Then
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = Inst5CountDownOpenXMLFromMenuZero - 1
|
||||
If Inst5CountDownOpenXMLFromMenuZero = 0 Then
|
||||
Var Inst5CountDownOpenXMLFromMenuZero = 20
|
||||
SAVELOG "OPEN FROM 1"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountMenuEnable = Inst5CountCurrentMenuEnable Then
|
||||
If Inst5CountCurrentMenuEnable > 0 Then
|
||||
Var Inst5MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst5CountDownForOpenXML > 0 Then
|
||||
Var Inst5CountDownForOpenXML = Inst5CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst5CountDownForOpenXML
|
||||
If Inst5CountDownForOpenXML = 0 Then
|
||||
SAVELOG "OPEN FROM 2"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
InstanceGetString SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
||||
Else
|
||||
If LanguageShow = "ENG" Then
|
||||
Var SaveStringInst = "ShowEng"
|
||||
Var show_eng = "false"
|
||||
EndIf
|
||||
If LanguageShow = "THAI" Then
|
||||
Var SaveStringInst = "ShowThai"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var show_eng = "false"
|
||||
Var SaveStringInst = "ShowMYANMAR"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
; setvarint RefreshCoffeeMenu 1
|
||||
If RefreshCoffeeMenu = 1 Then
|
||||
Var RefreshCoffeeMenu = 0
|
||||
SAVELOG "OPEN FROM 3"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_coffee.lxml"
|
||||
EndIf
|
||||
|
||||
; setvarint ScriptCoffeeMenu 1
|
||||
If ScriptCoffeeMenu = 1 Then
|
||||
Var ScriptCoffeeMenu = 0
|
||||
SAVELOG "Runscript 3"
|
||||
Script "-" "-"
|
||||
EndIf
|
||||
|
||||
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
<EventOnShow>
|
||||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 1005
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
|
||||
DEBUGVAR EnabledBlockUpdateInst6
|
||||
DEBUGVAR EnabledBlocksDrawInst6
|
||||
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
DEBUGVAR LanguageShow
|
||||
|
||||
|
||||
If SaveStringInst = "ShowThai" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
InstanceSetString "ShowMYANMAR"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowMYANMAR" Then
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowEng"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SaveStringInst = "ShowEng" Then
|
||||
If LanguageShow = "ENG" Then
|
||||
|
||||
Else
|
||||
Var show_eng = "false"
|
||||
InstanceSetString "ShowThai"
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
</EventOnShow>
|
||||
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
|
||||
|
||||
|
||||
|
||||
<FrameScroll>
|
||||
<X> 10 </X>
|
||||
<Y> 497 </Y>
|
||||
|
|
@ -286,7 +287,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-01-01-0074.Button,12-01-02-0074.Button,12-01-03-0074.Button,$Sum120101007412010200741201030074) </State>
|
||||
<State> Flag( 12-01-01-0074.Button,12-01-02-0074.Button,12-01-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120101007412010200741201030074) </State>
|
||||
<Button>
|
||||
<State> $Sum120101007412010200741201030074 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_hot_Strawberry_caramel_latte.png" </Filename>
|
||||
|
|
@ -639,7 +640,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-21-01-0074.Button,12-21-02-0074.Button,12-21-03-0074.Button,$Sum122101007412210200741221030074) </State>
|
||||
<State> Flag( 12-21-01-0074.Button,12-21-02-0074.Button,12-21-03-0074.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum122101007412210200741221030074) </State>
|
||||
<Button>
|
||||
<State> $Sum122101007412210200741221030074 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_hot_Strawberry_caramel_latte.png" </Filename>
|
||||
|
|
@ -21358,7 +21359,6 @@
|
|||
<Color> 0x6F5F51 </Color>
|
||||
<WidthText> 128 </WidthText>
|
||||
<Mode> "disable-show" </Mode>
|
||||
<Refresh> "auto,value" </Refresh>
|
||||
<State> $Sum122101000512310200021231030002 </State>
|
||||
<Script>
|
||||
If $Sum122101000512310200021231030002 = "Disable" Then
|
||||
|
|
@ -21379,7 +21379,6 @@
|
|||
If $Sum122101000512310200021231030002TextID != "" Then
|
||||
Var $Sum122101000512310200021231030002TextValue = ""
|
||||
EndIf
|
||||
; setvar Sum122101000512310200021231030002TextValue TESTTEST
|
||||
EndIf
|
||||
</Script>
|
||||
<Language>
|
||||
|
|
@ -36197,10 +36196,10 @@
|
|||
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@
|
|||
If langnext1 = "true" Then
|
||||
Var langnext1 = "false"
|
||||
DEBUGVAR langnext
|
||||
RefreshAll
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0094.Button,$Sum1203030094) </State>
|
||||
<State> Flag( 12-03-03-0094.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030094) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030094 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0095.Button,$Sum1203030095) </State>
|
||||
<State> Flag( 12-03-03-0095.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030095) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030095 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0094.Button,$Sum1203030094) </State>
|
||||
<State> Flag( 12-03-03-0094.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030094) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030094 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0095.Button,$Sum1203030095) </State>
|
||||
<State> Flag( 12-03-03-0095.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030095) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030095 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_bn_iced_Super_Ovaltine_cocoa_smoothie.png" </Filename>
|
||||
|
|
@ -906,7 +906,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0027.Button,$Sum1203030027) </State>
|
||||
<State> Flag( 12-03-03-0027.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum1203030027) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030027 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Strawberr_milk_Oreo_smoothie.png" </Filename>
|
||||
|
|
@ -1255,7 +1255,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-02-0081.Button,$Sum1203020081) </State>
|
||||
<State> Flag( 12-03-02-0081.Button,DateTimeStart="2024/12/01T00:00:00",DateTimeEnd="2025/01/06T23:59:59",$Sum1203020081) </State>
|
||||
<Button>
|
||||
<State> $Sum1203020081 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_santa_ginger.png" </Filename>
|
||||
|
|
@ -1604,7 +1604,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0088.Button,$Sum1203030088) </State>
|
||||
<State> Flag( 12-03-03-0088.Button,DateTimeStart="2024/12/01T00:00:00",DateTimeEnd="2025/01/06T23:59:59",$Sum1203030088) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030088 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_choco_snow_flake_smoothie.png" </Filename>
|
||||
|
|
@ -1953,7 +1953,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0089.Button,$Sum1203030089) </State>
|
||||
<State> Flag( 12-03-03-0089.Button,DateTimeStart="2024/12/01T00:00:00",DateTimeEnd="2025/01/06T23:59:59",$Sum1203030089) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030089 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_reindeer_peppermint_smoothie.png" </Filename>
|
||||
|
|
@ -2302,7 +2302,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-01-02-0084.Button,$Sum1201020084) </State>
|
||||
<State> Flag( 12-01-02-0084.Button,DateTimeStart="2024/12/01T00:00:00",DateTimeEnd="2025/01/06T23:59:59",$Sum1201020084) </State>
|
||||
<Button>
|
||||
<State> $Sum1201020084 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_christmas_cafe_latte.png" </Filename>
|
||||
|
|
@ -2651,7 +2651,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-21-02-0084.Button,$Sum1221020084) </State>
|
||||
<State> Flag( 12-21-02-0084.Button,DateTimeStart="2024/12/01T00:00:00",DateTimeEnd="2025/01/06T23:59:59",$Sum1221020084) </State>
|
||||
<Button>
|
||||
<State> $Sum1221020084 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_christmas_cafe_latte.png" </Filename>
|
||||
|
|
@ -7208,7 +7208,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-01-0010.Button,12-03-02-0010.Button,12-03-03-0010.Button,$Sum120301001012030200101203030010) </State>
|
||||
<State> Flag( 12-03-01-0010.Button,12-03-02-0010.Button,12-03-03-0010.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120301001012030200101203030010) </State>
|
||||
<Button>
|
||||
<State> $Sum120301001012030200101203030010 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_Strawberry_cocoa.png" </Filename>
|
||||
|
|
@ -14922,7 +14922,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0061.Button,$Sum1203030061) </State>
|
||||
<State> Flag( 12-03-03-0061.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030061) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030061 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Cocoa_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -15969,7 +15969,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-01-03-0085.Button,$Sum1201030085) </State>
|
||||
<State> Flag( 12-01-03-0085.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1201030085) </State>
|
||||
<Button>
|
||||
<State> $Sum1201030085 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Coffee_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -16318,7 +16318,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-21-03-0085.Button,$Sum1221030085) </State>
|
||||
<State> Flag( 12-21-03-0085.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1221030085) </State>
|
||||
<Button>
|
||||
<State> $Sum1221030085 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Coffee_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -16667,7 +16667,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-03-0086.Button,$Sum1202030086) </State>
|
||||
<State> Flag( 12-02-03-0086.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1202030086) </State>
|
||||
<Button>
|
||||
<State> $Sum1202030086 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Thai_Tea_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -17016,7 +17016,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-03-0087.Button,$Sum1202030087) </State>
|
||||
<State> Flag( 12-02-03-0087.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1202030087) </State>
|
||||
<Button>
|
||||
<State> $Sum1202030087 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Matcha_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -17365,7 +17365,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0090.Button,$Sum1203030090) </State>
|
||||
<State> Flag( 12-03-03-0090.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030090) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030090 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -17714,7 +17714,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0091.Button,$Sum1203030091) </State>
|
||||
<State> Flag( 12-03-03-0091.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030091) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030091 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Sala_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -18063,7 +18063,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0093.Button,$Sum1203030093) </State>
|
||||
<State> Flag( 12-03-03-0093.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030093) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030093 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_Lychee_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
@ -18412,7 +18412,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0092.Button,$Sum1203030092) </State>
|
||||
<State> Flag( 12-03-03-0092.Button,DateTimeStart="2024/12/16T00:00:00",$Sum1203030092) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030092 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_7UP_Milk_Sugar_BISCOFF.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,$Sum12050201431205030143) </State>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201431205030143) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201431205030143 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_soda_Extra.png" </Filename>
|
||||
|
|
@ -568,7 +568,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0133.Button,$Sum1205020133) </State>
|
||||
<State> Flag( 12-05-02-0133.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1205020133) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020133 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_pepsi_extra.png" </Filename>
|
||||
|
|
@ -917,7 +917,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,$Sum12050201361205030136) </State>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201361205030136) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201361205030136 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Strawberry_soda.png" </Filename>
|
||||
|
|
@ -1266,7 +1266,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,$Sum12050201371205030137) </State>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201371205030137) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201371205030137 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_plum_soda.png" </Filename>
|
||||
|
|
@ -1615,7 +1615,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0138.Button,12-05-03-0138.Button,$Sum12050201381205030138) </State>
|
||||
<State> Flag( 12-05-02-0138.Button,12-05-03-0138.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201381205030138) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201381205030138 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Lychee_soda.png" </Filename>
|
||||
|
|
@ -1964,7 +1964,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,$Sum12050201391205030139) </State>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201391205030139) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201391205030139 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_lime_soda.png" </Filename>
|
||||
|
|
@ -2313,7 +2313,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0140.Button,12-05-03-0140.Button,$Sum12050201401205030140) </State>
|
||||
<State> Flag( 12-05-02-0140.Button,12-05-03-0140.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201401205030140) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201401205030140 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_caramel_soda.png" </Filename>
|
||||
|
|
@ -2662,7 +2662,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,$Sum12050201411205030141) </State>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201411205030141) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201411205030141 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_salak_soda.png" </Filename>
|
||||
|
|
@ -3011,7 +3011,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0142.Button,12-05-03-0142.Button,$Sum12050201421205030142) </State>
|
||||
<State> Flag( 12-05-02-0142.Button,12-05-03-0142.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201421205030142) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201421205030142 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Extra.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -48,13 +48,13 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show
|
||||
;DEBUGVAR inst_show
|
||||
GetVisible inst_show7
|
||||
;DEBUGVAR inst_show7
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show = 1 Then
|
||||
If inst_show7 = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
|
@ -86,13 +86,24 @@
|
|||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 7 Then
|
||||
If inst_show9 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
If inst_show7 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile7
|
||||
Open CurrentOpenFile7
|
||||
Else
|
||||
Var SlientRefreshIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show7 = 1 Then
|
||||
If langnext6 = "true" Then
|
||||
Var langnext6 = "false"
|
||||
DEBUGVAR langnext
|
||||
;GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
DEBUGVAR CurrentOpenFile4
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_other_other.lxml"
|
||||
RefreshAll
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst11CountMenuEnable = 0
|
||||
|
|
@ -252,7 +263,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,$Sum12050201431205030143) </State>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201431205030143) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201431205030143 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_soda_Extra.png" </Filename>
|
||||
|
|
@ -601,7 +612,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0133.Button,$Sum1205020133) </State>
|
||||
<State> Flag( 12-05-02-0133.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1205020133) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020133 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_pepsi_extra.png" </Filename>
|
||||
|
|
@ -1299,7 +1310,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,$Sum12050201361205030136) </State>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201361205030136) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201361205030136 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Strawberry_soda.png" </Filename>
|
||||
|
|
@ -1648,7 +1659,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,$Sum12050201371205030137) </State>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201371205030137) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201371205030137 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_plum_soda.png" </Filename>
|
||||
|
|
@ -1997,7 +2008,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0138.Button,12-05-03-0138.Button,$Sum12050201381205030138) </State>
|
||||
<State> Flag( 12-05-02-0138.Button,12-05-03-0138.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201381205030138) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201381205030138 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Lychee_soda.png" </Filename>
|
||||
|
|
@ -2346,7 +2357,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,$Sum12050201391205030139) </State>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201391205030139) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201391205030139 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_lime_soda.png" </Filename>
|
||||
|
|
@ -2695,7 +2706,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0140.Button,12-05-03-0140.Button,$Sum12050201401205030140) </State>
|
||||
<State> Flag( 12-05-02-0140.Button,12-05-03-0140.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201401205030140) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201401205030140 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_caramel_soda.png" </Filename>
|
||||
|
|
@ -3044,7 +3055,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,$Sum12050201411205030141) </State>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201411205030141) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201411205030141 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_salak_soda.png" </Filename>
|
||||
|
|
@ -3393,7 +3404,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0142.Button,12-05-03-0142.Button,$Sum12050201421205030142) </State>
|
||||
<State> Flag( 12-05-02-0142.Button,12-05-03-0142.Button,DateTimeStart="2025/01/21T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201421205030142) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201421205030142 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Extra.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -51,13 +51,13 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show
|
||||
;DEBUGVAR inst_show
|
||||
GetVisible inst_show7
|
||||
;DEBUGVAR inst_show7
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show = 1 Then
|
||||
If inst_show7 = 1 Then
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
Open CurrentOpenFile
|
||||
|
|
@ -89,13 +89,24 @@
|
|||
EndIf
|
||||
|
||||
If SlientRefreshIndex = 7 Then
|
||||
If inst_show9 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
If inst_show7 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile7
|
||||
Open CurrentOpenFile7
|
||||
Else
|
||||
Var SlientRefreshIndex = 8
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show7 = 1 Then
|
||||
If langnext6 = "true" Then
|
||||
Var langnext6 = "false"
|
||||
DEBUGVAR langnext
|
||||
;GetXMLFileNameCurrentRunning CurrentOpenFile
|
||||
DEBUGVAR CurrentOpenFile4
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog_group_other_other.lxml"
|
||||
RefreshAll
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Inst11CountMenuEnable = 0
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0133.Button,$Sum1205020133) </State>
|
||||
<State> Flag( 12-05-02-0133.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1205020133) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020133 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_pepsi_extra.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,Disable=Invisible,$Sum12050201411205030141) </State>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,Disable=Invisible,$Sum12050201411205030141) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201411205030141 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_salak_soda.png" </Filename>
|
||||
|
|
@ -565,7 +565,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,Disable=Invisible,$Sum12050201371205030137) </State>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,Disable=Invisible,$Sum12050201371205030137) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201371205030137 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_plum_soda.png" </Filename>
|
||||
|
|
@ -914,7 +914,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,Disable=Invisible,$Sum12050201391205030139) </State>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkMenu,Disable=Invisible,$Sum12050201391205030139) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201391205030139 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_lime_soda.png" </Filename>
|
||||
|
|
@ -1263,7 +1263,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,Disable=Invisible,$Sum12050201361205030136) </State>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkMenu,Disable=Invisible,$Sum12050201361205030136) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201361205030136 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Strawberry_soda.png" </Filename>
|
||||
|
|
@ -1965,7 +1965,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,Disable=Invisible,$Sum12050201431205030143) </State>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,Disable=Invisible,$Sum12050201431205030143) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201431205030143 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_soda_Extra.png" </Filename>
|
||||
|
|
@ -3016,7 +3016,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0133.Button,Disable=Invisible,$Sum1205020133) </State>
|
||||
<State> Flag( 12-05-02-0133.Button,DateTimeStart="2025/01/01T00:00:00",Disable=Invisible,$Sum1205020133) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020133 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_pepsi_extra.png" </Filename>
|
||||
|
|
@ -6855,7 +6855,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0009.Button,Disable=Invisible,$Sum1203030009) </State>
|
||||
<State> Flag( 12-03-03-0009.Button,DateTimeStart="2025/01/01T00:00:00",Disable=Invisible,$Sum1203030009) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030009 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_smoothie_oreo.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,$Sum12050201411205030141) </State>
|
||||
<State> Flag( 12-05-02-0141.Button,12-05-03-0141.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,$Sum12050201411205030141) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201411205030141 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_salak_soda.png" </Filename>
|
||||
|
|
@ -443,7 +443,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,$Sum12050201371205030137) </State>
|
||||
<State> Flag( 12-05-02-0137.Button,12-05-03-0137.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,$Sum12050201371205030137) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201371205030137 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_plum_soda.png" </Filename>
|
||||
|
|
@ -792,7 +792,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,$Sum12050201391205030139) </State>
|
||||
<State> Flag( 12-05-02-0139.Button,12-05-03-0139.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201391205030139) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201391205030139 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_lime_soda.png" </Filename>
|
||||
|
|
@ -1141,7 +1141,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,$Sum12050201361205030136) </State>
|
||||
<State> Flag( 12-05-02-0136.Button,12-05-03-0136.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkMenu,$Sum12050201361205030136) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201361205030136 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_Strawberry_soda.png" </Filename>
|
||||
|
|
@ -1843,7 +1843,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,$Sum12050201431205030143) </State>
|
||||
<State> Flag( 12-05-02-0143.Button,12-05-03-0143.Button,DateTimeStart="2025/01/23T00:00:00",Var=TaobinEnergyDrinkRecommend,$Sum12050201431205030143) </State>
|
||||
<Button>
|
||||
<State> $Sum12050201431205030143 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_energy_drink_soda_Extra.png" </Filename>
|
||||
|
|
@ -2894,7 +2894,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-05-02-0133.Button,$Sum1205020133) </State>
|
||||
<State> Flag( 12-05-02-0133.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1205020133) </State>
|
||||
<Button>
|
||||
<State> $Sum1205020133 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_iced_pepsi_extra.png" </Filename>
|
||||
|
|
@ -6733,7 +6733,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-03-03-0009.Button,$Sum1203030009) </State>
|
||||
<State> Flag( 12-03-03-0009.Button,DateTimeStart="2025/01/01T00:00:00",$Sum1203030009) </State>
|
||||
<Button>
|
||||
<State> $Sum1203030009 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_smoothie_oreo.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0083.Button,12-02-02-0083.Button,12-02-03-0083.Button,$Sum120201008312020200831202030083) </State>
|
||||
<State> Flag( 12-02-01-0083.Button,12-02-02-0083.Button,12-02-03-0083.Button,DateTimeStart="2024/12/01T00:00:00",$Sum120201008312020200831202030083) </State>
|
||||
<Button>
|
||||
<State> $Sum120201008312020200831202030083 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_southern_fusion_tea.png" </Filename>
|
||||
|
|
@ -616,7 +616,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0084.Button,12-02-02-0084.Button,12-02-03-0084.Button,$Sum120201008412020200841202030084) </State>
|
||||
<State> Flag( 12-02-01-0084.Button,12-02-02-0084.Button,12-02-03-0084.Button,DateTimeStart="2024/12/01T00:00:00",$Sum120201008412020200841202030084) </State>
|
||||
<Button>
|
||||
<State> $Sum120201008412020200841202030084 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_traditional_green_tea.png" </Filename>
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0085.Button,12-02-02-0085.Button,12-02-03-0085.Button,$Sum120201008512020200851202030085) </State>
|
||||
<State> Flag( 12-02-01-0085.Button,12-02-02-0085.Button,12-02-03-0085.Button,DateTimeStart="2024/12/01T00:00:00",$Sum120201008512020200851202030085) </State>
|
||||
<Button>
|
||||
<State> $Sum120201008512020200851202030085 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_royal_milk_tea.png" </Filename>
|
||||
|
|
@ -14002,7 +14002,7 @@
|
|||
<MarginTop> 22 </MarginTop>
|
||||
<Width> 225 </Width>
|
||||
<Height> 296 </Height>
|
||||
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,$Sum120201002212020200221202030022) </State>
|
||||
<State> Flag( 12-02-01-0022.Button,12-02-02-0022.Button,12-02-03-0022.Button,DateTimeStart="2025/01/01T00:00:00",Var=StrawberrySeriesMenu,$Sum120201002212020200221202030022) </State>
|
||||
<Button>
|
||||
<State> $Sum120201002212020200221202030022 </State>
|
||||
<Filename> "ROOT/taobin_project/inter/tha/image/page_drink_n//bn_hot_strawberry_tea.png" </Filename>
|
||||
|
|
|
|||
|
|
@ -53,13 +53,13 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show8
|
||||
;DEBUGVAR inst_show8
|
||||
GetVisible inst_show5
|
||||
;DEBUGVAR inst_show5
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show8 = 1 Then
|
||||
If inst_show5 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
|
@ -94,15 +94,15 @@
|
|||
|
||||
|
||||
If SlientRefreshIndex = 5 Then
|
||||
If inst_show8 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile8
|
||||
Open CurrentOpenFile8
|
||||
If inst_show5 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
Else
|
||||
Var SlientRefreshIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show8 = 1 Then
|
||||
If inst_show5 = 1 Then
|
||||
If langnext7 = "true" Then
|
||||
Var langnext7 = "false"
|
||||
DEBUGVAR langnext
|
||||
|
|
@ -158,12 +158,12 @@
|
|||
Var Inst8CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst6CountMenuEnable = Inst6CountCurrentMenuEnable Then
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst6CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst6 Refresh =======================Inst6CountMenuEnable / Inst6CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst6CountDownForOpenXML = 10
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst8 Refresh =======================Inst8CountMenuEnable / Inst8CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -180,6 +180,12 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
If Inst8CountCurrentMenuEnable > 0 Then
|
||||
Var Inst8MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountDownForOpenXML > 0 Then
|
||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst8CountDownForOpenXML
|
||||
|
|
|
|||
|
|
@ -56,13 +56,13 @@
|
|||
|
||||
|
||||
|
||||
GetVisible inst_show8
|
||||
;DEBUGVAR inst_show8
|
||||
GetVisible inst_show5
|
||||
;DEBUGVAR inst_show5
|
||||
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
|
||||
If inst_show8 = 1 Then
|
||||
If inst_show5 = 1 Then
|
||||
InstanceGetString SaveStringInst
|
||||
;DEBUGVAR SaveStringInst
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
|
@ -97,15 +97,15 @@
|
|||
|
||||
|
||||
If SlientRefreshIndex = 5 Then
|
||||
If inst_show8 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile8
|
||||
Open CurrentOpenFile8
|
||||
If inst_show5 = 0 Then
|
||||
GetXMLFileNameCurrentRunning CurrentOpenFile5
|
||||
Open CurrentOpenFile5
|
||||
Else
|
||||
Var SlientRefreshIndex = 6
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If inst_show8 = 1 Then
|
||||
If inst_show5 = 1 Then
|
||||
If langnext7 = "true" Then
|
||||
Var langnext7 = "false"
|
||||
DEBUGVAR langnext
|
||||
|
|
@ -161,12 +161,12 @@
|
|||
Var Inst8CountMenuEnablePrev = CountMenuEnable
|
||||
EndIf
|
||||
|
||||
If Inst6CountMenuEnable = Inst6CountCurrentMenuEnable Then
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
|
||||
Else
|
||||
If Inst6CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst6 Refresh =======================Inst6CountMenuEnable / Inst6CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst6CountDownForOpenXML = 10
|
||||
If Inst8CountDownForOpenXML = 0 Then
|
||||
SAVELOG "Inst8 Refresh =======================Inst8CountMenuEnable / Inst8CountCurrentMenuEnable ============================================== Refresh"
|
||||
Var Inst8CountDownForOpenXML = 10
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -183,6 +183,12 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountMenuEnable = Inst8CountCurrentMenuEnable Then
|
||||
If Inst8CountCurrentMenuEnable > 0 Then
|
||||
Var Inst8MenuLoaded = "done"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Inst8CountDownForOpenXML > 0 Then
|
||||
Var Inst8CountDownForOpenXML = Inst8CountDownForOpenXML - 1
|
||||
DEBUGVAR Inst8CountDownForOpenXML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue