I just add this script to manipulating create scrollbox error (I think it can be same way for radio button) :
[CODE=lua]scrbox_script = [[
function createTScrollBox(Parent)
local box = createComponentClass('TScrollBox', Parent)
box.Parent = Parent
return box
end
]]
--- and add print here :
function CEForm2Lua(form, noPrint)
local vis = form.Visible
form.Visible = true
local s = getControlScript(form)
form.Visible = vis
if not noPrint then
print(scrbox_script)
print(s)
end
return s
end[/CODE]
How to create "TScrollBox" and "TRadioButton".
Who is online
Users browsing this forum: No registered users