haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
347 stars 72 forks source link

Getting 84 errors on 1st attempt. Does anyone have a clue what am I missing? #309

Closed VishwasGagrani closed 4 years ago

VishwasGagrani commented 5 years ago

Expected Behavior

I am getting a list of errors on using haxeui.

Current Behavior

Steps to Reproduce (for bugs)

Media

haxeui-errors

Test app / minimal test case

Context

Your Environment

ianharrigan commented 5 years ago

Hi!

Ok, so the issue here is that you are using an old version of haxeui, one that is no longer supported / updated. https://github.com/ianharrigan/haxeui.

This repo (the one for this issue) is the "new" version of haxeui. As such you need to use a different set of haxelibs. First, use "haxeui-core" (this repo) for the core framework, then you need to choose a "backend", i can see you are using openfl, so for you it would be "haxeui-openfl". Then try that again.

Let me know if that clears up any confusion!

Cheers, Ian

ianharrigan commented 5 years ago

Looking at your project there are also some other issues with both the way you are setting up openfl and the way you are using haxeui, attached is your fixed project. buttons-fixed.zip

Hope that helps!

Cheers, Ian

VishwasGagrani commented 5 years ago

Thank you for your time. I will look into the code let you know if I still face issue.

ianharrigan commented 4 years ago

Im going to close this issue now.