Hi,
are you sure you've added Enum.toString?
In my code nBorder is a haXeGTK.BorderStyle which is an Enum... (enum
BorderStyle {})
The compiler complains about this line:
this.rootNode.style.borderStyle = nBorderStyle.toString();
with this error: haXeGTK.borderStyle have no field toString
--
DASNOIS Benjamin