Results 401 comments of Ian Harrigan

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

Hey ProG4mr, That definately sounds like a bug, i would certainly expect you to be able to do the following: ``` haxe var c:MyComponent = new MyComponent(); c.style.backgroundColor = 0xFF0000;...

what about without the quotes? Ie: ``` css textAlign: center ``` If not, what is the actual error? Cheers, Ian

Hmmm, ok, ill check it out... Sorry for the late response!

Does this still happen on the latest haxelib version (1.7.5)?

What app are using? haxeui-test-app doesnt really get updated anymore, so i wouldnt use that (if you are)

I think it should be fixed. Ill try an example later today... Do you have the XML you are also using? (will make it easier / quicker for me to...

https://github.com/ianharrigan/haxeui-builder/issues/4

Consider having themes that can inherit from each other... With the addition of the DPI scaling its not really needed to recreate the whole theme for mobiles (previously it was...