Posted: Thu Oct 10, 2024 4:13 pm Post subject: Can't Show Minimised Windows
If the Lua engine is minimised I can't show it using .show(). Is there a way to show it?
Thank you I found it. When the window is minimised it has a windowState of "wsMinimized" I knew that already but I didn't know what other options I had since I couldn't find them in CELua.txt.
But I found that I could change the windowState to:
"wsHidden", "wsNormal", "wsMaximized", "wsMinimized"
Code:
getLuaEngine().WindowState = "wsNormal"
Last edited by Game Hacking Dojo on Thu Oct 10, 2024 4:28 pm; edited 1 time in total
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum