haxeui icon indicating copy to clipboard operation
haxeui copied to clipboard

Using HaxeUI in OpenFL neko/cpp target forces legacy implementation

Open er453r opened this issue 8 years ago • 1 comments

I've added HaxeUI to my OpenFL project, and the html5 traget works fine.

The neko/cpp targets seem to force openfl into using legacy implementations of objects and I start to get tons of errors like:

Class<openfl._legacy.display.BitmapData> has no field fromBytes
openfl._legacy.display.Stage has no field window

er453r avatar Nov 09 '15 13:11 er453r

Yeah, unfortunately haxeui version 1 forces openfl legacy at the moment, its worth noting that version 2 doesnt have this limitation.

ianharrigan avatar Nov 09 '15 14:11 ianharrigan