ianharrigan / haxeui

IMPORTANT NOTE! This repository is no longer maintained. Please consider the newer version: https://github.com/haxeui/haxeui-core
http://haxeui.org/
392 stars 46 forks source link

Using HaxeUI in OpenFL neko/cpp target forces legacy implementation #299

Open er453r opened 8 years ago

er453r commented 8 years ago

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
ianharrigan commented 8 years ago

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