Ced-le-pingouin / microlua-sim

Automatically exported from code.google.com/p/microlua-sim
GNU General Public License v3.0
2 stars 0 forks source link

Canvas.visible miss #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When you call Canvas.setAttr(CanvasObj, ATTR_VISIBLE, true/false) MLS return 
a error.

What is the expected output? What do you see instead?
[30/05/2011 08:29:55][ERROR][script] mls.comp.lua:8125: table index is nil
stack traceback:
    mls.comp.lua:8125: in function 'setAttr'
    /home/papy/Mes_Projets/Lua/Solitaire/solitaire.lua:52: in main chunk

What version of the product are you using? On what operating system?
MLS 0.5beta1 on Linux

Please provide any additional information below.

I think it's the index 'visible' that missing to the struct CanvasObj.
In the Hardware this function run perfectly.

Original issue reported on code.google.com by papymouge on 30 May 2011 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by Ced.le.pingouin@gmail.com on 31 May 2011 at 3:39