Page 1 of 1
[LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)
Posted: Thu Jul 06, 2023 10:21 pm
by YoucefHam
Cheat Engine Wide Window (FoundList and AddressList Side by Side)
Hello Hello,
,
Thanks for @LeFiXER for helping me test.
ADD to Main Cheat Engine window the Menu "Window"
ADD to Main Cheat Engine window the Menu "â–²-CE-â–²"
Note: If you want one menu, Edit the code and set Use_One_Menu = true
Changelogs:

Download:
Note: Put the file "MainForm Wide Window.LUA" in "autorun" folder, located in "C:\Program Files\Cheat Engine 7.x\"
MainForm Wide Window.zip
- +Fix for CE 7.2+ not saving window size.
+Added an option to move the menu "â–²-CE-â–²" under "Window" menu. - (3.03 KiB) Downloaded 570 times
MainForm Wide Window.zip
- -Removed the bottom Button.
+Splitter position auto restore when switching modes.
+Window size auto restore when switching modes. - (3.04 KiB) Downloaded 521 times
Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)
Posted: Thu Jul 13, 2023 8:20 pm
by YoucefHam
YoucefHam wrote: Thu Jul 06, 2023 10:21 pm
UPDATED
Changelogs:
Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)
Posted: Fri Jul 14, 2023 11:02 pm
by YoucefHam
YoucefHam wrote: Thu Jul 06, 2023 10:21 pm
UPDATED
Changelogs:
Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)
Posted: Thu Jun 26, 2025 9:55 am
by JustcallmemrX
I'm using CE 7.6 and I'm getting an error.
Thread unsafe GUI access detected.
says,
please edit the script and encaplulate all the access to GUI controls using "synchronize(function() <your code>end)" or ask the person who made the current table to fix this for you.
Error in thread called Unnamed::Error: GUI Control access outside of main thread (miWideWindow:TMenuItem)
You can disable this error by executing 'setThreadSafetyCheck(false)' but you will end up having unexpected behaviour at random when this code runs
stack traceback:
[C]: in function 'setProperty'
[C]: in metamethod '__newindex'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:321: in local 'addMenuItem'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:327: in upvalue 'MainForm_Wide_Window'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:454: in function <...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:443>