weimingtom / nekonme

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

html5 "Class not found : flash.Vector" for graphics.drawGraphicsData() #228

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to use graphics.drawGraphicsData()
2. its parameter is a flash.Vector
3. so do var a = new flash.Vector<IGraphicsData>()

What is the expected output?
no error

What do you see instead?
"Class not found : flash.Vector"

What version of the product are you using? On what operating system?
haxe 2.09
nme 3.3.1
jeash 0.8.7
mac os x 10.7.3

Please provide any additional information below.
i see there was a bug about this and it was claimed to have been closed, but 
i'm getting the error nevertheless. it works ok for hxcpp, and even neko i 
think (i haven't dealt with colors-can't-be-ints in neko so my code doesn't run 
vary far before an exception in neko.)

Original issue reported on code.google.com by rao...@gmail.com on 28 Apr 2012 at 7:41