Posted: Fri May 03, 2019 5:12 am Post subject: Create label during form editing
When I create labels in the form designer, during form editing :
Code:
local ctop=60
for i=1,26 do
local cbx=createLabel(UDF1) -- or local cbx=createLabel(UDF1.CEGroupBox1)
cbx.Left = 15
cbx.Top = ctop
ctop=ctop+24
cbx.Name = "CELabel"..i+847
cbx.caption = "CELabel"..i+847
end
labels are created, but after trying to edit form again an error occurs: Class "TLabel" not found. Where is the mistake? How to create 'TCELabel' Class labels during form editing? (Cheat Engine 6.5)
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