Fix
This commit is contained in:
parent
bd0aa40509
commit
ff3b85a63c
34 changed files with 1539 additions and 1214 deletions
|
|
@ -209,7 +209,22 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
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
|
||||
|
|
@ -282,6 +297,7 @@
|
|||
|
||||
<EventOnShow>
|
||||
InstanceGetString SaveStringInst
|
||||
DEBUGVAR SaveStringInst
|
||||
DEBUGVAR show_eng
|
||||
|
||||
If SaveStringInst = "RefreshNow" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue