OK structure
canvas (container)
-- canvas (item)
-- stuff in canvas
all the canvas objects are created in a loop.
when you set your container to a preset height 318 and add object to
the container to go over the height the mouse over/ roll over
flickers? (I have used both)
dose anyone have any idea how to fix this.
// also using on the canvas object (item)
useHandCursor = true;
buttonMode = true;
mouseChildren = false;

