Changes for page 09 Lua Editor

Last modified by Nhu Nguyen on 2025/03/09 17:22

From version 7.1
edited by Jim
on 2023/08/11 09:10
Change comment: There is no comment for this version
To version 6.1
edited by Jim
on 2023/08/11 09:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -111,13 +111,10 @@
111 111  * **Rising script**: after the button is raised, the code chunk in the area is executed;
112 112  * **Timing script**: periodically execute the code.
113 113  
114 -(% class="box infomessage" %)
115 -(((
116 116  **✎Note: **
117 117  
118 118  * The timing script is not commonly used because it is similar to the screen background script function. It is not recommended to write and call function here. It should be written in Script_Screen.lua, which is convenient for editing, searching, and replacing operations.
119 119  * It is not allowed to write endless loops or call functions that will loop enlessly in the widget. Once used, the entire screen will be stuck, and any buttons will no longer be used. We have to restart the screen to restore.
120 -)))
121 121  
122 122  = **Platform** =
123 123