Although the source of the message is relatively easy to find, I don't think this is ideal.
Code: Select all
EnableLayers()
Box(0, 0, 50, 50, {Name="x"})
MakeButton(1, #LAYERBUTTON, "x", {OnMouseOver=Function() EndFunction, OnMouseOut=1})
Ralf
Code: Select all
EnableLayers()
Box(0, 0, 50, 50, {Name="x"})
MakeButton(1, #LAYERBUTTON, "x", {OnMouseOver=Function() EndFunction, OnMouseOut=1})