Do you have something defined in the form's OnShow event?
Sounds like it's trying to call one of the events but you didn't define the function in your script.
Do you have something defined in the form's OnShow event?
Sounds like it's trying to call one of the events but you didn't define the function in your script.
Not in my main form no, I've used OnShow for my PageControl tabs but when I sort through the different pages no errors are written to that Lua Engine window, so I assume that's not the cause. The tabs function as they should, so do my toggleboxes. The error only appears once when the EXE/LUA is first opened, I can't figure out how to replicate the actual cause for it though.
Well, simply add prints after each function that get executed.
For example i'd print "start" as soon as the trainer loaded, and then add print before each function getting executed.
based on what you have printed you could tell what function throwing that error, and from there investigate (you can print inside that function too to address the problem more accurately). _________________
I'm rusty and getting older, help me re-learn lua.
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