91 lines
1.8 KiB
Text
91 lines
1.8 KiB
Text
<?hurr
|
|
#include=menu_head.py
|
|
?>
|
|
|
|
<Popup>
|
|
<Cache> "Enable" </Cache>
|
|
<Width> 1080 </Width>
|
|
<Height> 1920 </Height>
|
|
;<Background> "0xeae6e1" </Background>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventOpen>
|
|
; On open
|
|
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
|
|
|
|
|
Var Timeout = 0
|
|
|
|
|
|
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new_menu.lxml"
|
|
|
|
SetInstanceIgnoreTouch
|
|
</EventOpen>
|
|
|
|
<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_show
|
|
;DEBUGVAR inst_show
|
|
|
|
InstanceGetString SaveStringInst
|
|
;DEBUGVAR SaveStringInst
|
|
|
|
If inst_show = 1 Then
|
|
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
|
|
|
|
TimerReset
|
|
</EventTimeout>
|
|
|
|
;include="ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_new.lxml"
|
|
|
|
|
|
|
|
<?hurr
|
|
#include=menu_new_layout_gen_v2.py
|
|
?>
|
|
<?hurr
|
|
#include=menu_new_layout_gen.py
|
|
?>
|
|
|
|
|
|
|
|
</Popup>
|