alstrup / arctic

Automatically exported from code.google.com/p/arctic
0 stars 0 forks source link

ArcticView: In Flash9, null can't be used as basic type UInt #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.com on 31 Jul 2011 at 8:41

GoogleCodeExporter commented 9 years ago
The fix works.
Please add the fix to the released code (that is installed from haxelib install 
arctic)

Original comment by Trena...@gmail.com on 20 Aug 2011 at 8:48