What steps will reproduce the problem?
1. Make a simple .hx file with import arctic.ArcticView
2.
3.
What is the expected output? What do you see instead?
I see the error "In Flash9, null can't be used as basic type UInt"
What version of the product are you using? On what operating system?
arctic 1.1.1, haxe 2.07
Please provide any additional information below.
To fix, in ArcticView add a cast() in line 1503...
g.lineStyle(borderSize, cast(borderColor,UInt), 1.0);
Original issue reported on code.google.com by
nik...@gmail.comon 31 Jul 2011 at 8:41