This commit is contained in:
wanlop run 2023-12-19 11:18:55 +07:00
parent 05ed0123d8
commit c4f807b95a
11 changed files with 1500 additions and 68 deletions

View file

@ -32,7 +32,8 @@
out_xml('<Column> 4 </Column>\r\n')
out_xml('<Script>\r\n')
print("current_file_name " + current_file_name)
if "all" in verbose:
print("current_file_name " + current_file_name)
if touch_less_gen == False:
@ -298,7 +299,8 @@
out_xml( '\t</EventOnClick>\r\n')
out_xml( '\t</Button>\r\n')
print("len= " + str(len( spl) ) )
if "all" in verbose:
print("len= " + str(len( spl) ) )
@ -623,7 +625,8 @@
out_xml( '</Block>\r\n')
###############################################################################
print("sp[2]" + spl[2])
if "all" in verbose:
print("sp[2]" + spl[2])
out_xml( '\t; '+ spl[8] + ' ' + spl[9] + ' ' + spl[10]+ ' \r\n')
if spl[8] != '-' or spl[9] != '-' or spl[10] != '-':
menu_img = spl[7]