Posted: Thu Apr 09, 2020 7:12 pm Post subject: How to delete objects created on the form?
Hi
Let me give an example to the question;
I created dozens of objects in the UDF1 table, such as "createPanel (UDF1)".
I can't reset the objects I created without opening the form designer.
How can I delete the created objects without opening the form designer?
Is there a way to do this?
function object_wiper()
while UDF1.ControlCount > 0 do
local control= UDF1:getControl(0)
control:destroy()
end
end
object_wiper()
Thanks.
This UDF1 and "createObject" clear all additions.
"CEObject" would be better if the original parts were not deleted.
Now I will adapt my table according to this code.
I will match this code with ".luac".
Thanks again for this code @Corroder. _________________
#Aylin, nvm. Anyhow, out of topic, I have a question for CEF admins. Who is proB1 ?. Seems he did mess posts everywhere. I mean he often posts something and then suddenly deletes the posts. It makes a mess. _________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
#Aylin, nvm. Anyhow, out of topic, I have a question for CEF admins. Who is proB1 ?. Seems he did mess posts everywhere. I mean he often posts something and then suddenly deletes the posts. It makes a mess.
My guess is that he made a wrong action on the latest DB's broadcast and made a mistake.
On the homepage, there is always a notification for this post.
https://forum.cheatengine.org/viewtopic.php?t=586784 _________________
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