You reached the wrong section for the question.
Probably, the managers will take the trouble of moving this post to the right place.
Here is an example of your question;
Code:
UDF1.CEButton1.OnClick=function()
if f then f.destroy() end
f=createForm()
local bx1 = createButton(f)
bx1.Height = 30
bx1.Left = 100
bx1.Top = 100
bx1.Width = 100
bx1.caption = "Click Me"
bx1.OnClick=function()
showMessage("Hello Lua!");
end
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 cannot download files in this forum