Frank Barknecht wrote:
Anyone with good explanations?
M is the class, self is the instance.
function M:in_1(sel, atoms) if sel == "gem_state" then M:render(self) end end
Try replacing M:render(self) with self:render() ?
(Don't have time to test this right now, but I think that's the solution...)
Hope this helps,
Claude