Release 6.45

This commit is contained in:
kong 2022-05-18 10:39:13 +07:00
parent 062431be51
commit 6d3a470f68
14 changed files with 2878 additions and 104 deletions

View file

@ -1,5 +1,11 @@
if current_file_name == "page_catalog_group_recommend.skt":
touch_less_gen = True
else:
touch_less_gen = False
out_xml('<FrameScroll> \r\n')
if touch_less_gen == True:
out_xml('<Max> 16 </Max>\r\n')
out_xml('<X> 10 </X>\r\n')
out_xml('<Y> 497 </Y>\r\n')
out_xml('<Width> 1080 </Width>\r\n')
@ -10,10 +16,6 @@
print("current_file_name " + current_file_name)
if current_file_name == "page_catalog_group_recommend.skt":
touch_less_gen = True
else:
touch_less_gen = False
if touch_less_gen == False:
@ -92,6 +94,9 @@
str_con += spl[5] + '.Button,'
if spl[6] != '-':
str_con += spl[6] + '.Button,'
if touch_less_gen == True:
str_con += "Disable=Invisible"
out_xml( '\t<State> Flag( '+ str_con + ') </State> \r\n')
@ -112,6 +117,9 @@
if spl[6] == "-" or len(spl[6]) == 0:
pd_code_3 = pd_code_available
pd_stage3 = '"Disable2"'
out_xml( '\t<Button>\r\n')
out_xml( '\t<State> Flag( '+ str_con + ') </State> \r\n')