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 47 forks source link

html5 and openfl-html5 1.4? #86

Open cambiata opened 10 years ago

cambiata commented 10 years ago

Hi Ian!

I understand that a lot has changed under the hood in openfl-html5 lately. Haxeui-stuff that used to work on html5 before don't work now. Have you had a chance to look into this?

(Going to Paris, btw?)

Jonas

ianharrigan commented 10 years ago

Hi Jonas,

Yeah, i figured that... I havent even updated openfl yet... havent even run haxeui in about 3 weeks... :(

Ive been working solid (14 hour days!) for the last month to help a company out of a hole... but it seems like the deadline is going to be hit no problems... That will hopefully give me sometime to carry on with haxeui development...

As you say, job one is get everything updated and see what i need to change to get it all working correctly on html5, then i want to go through these issue logs and fix as many as possible... Sooner rather than later i hope!

Not going to Paris, nope... Wanted to, but in the end i just havent got the time!

Cheers, Ian

Shalmezad commented 10 years ago

From the looks of it, it appears to be an issue with svg:

16:39 stepitup_client_haxeui/ $ lime build html5
chmod: changing permissions of ‘/usr/share/haxe/lib/lime-tools/1,5,7/templates/bin/webify-linux64’: Operation not permitted
chmod: changing permissions of ‘/usr/share/haxe/lib/lime-tools/1,5,7/templates/bin/webify-linux64’: Operation not permitted
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen-Bold.eot"
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen-Bold.woff"
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen-Bold.svg"
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen.eot"
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen.woff"
Warning: Could not find generated font file "/usr/share/haxe/lib/haxeui/1,4,6/fonts/Oxygen.svg"
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:249: characters 38-53 : flash.display.CapsStyle should be EnumValue
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:249: characters 38-53 : openfl.display.CapsStyle should be EnumValue
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:249: characters 38-53 : For function argument 'e'
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:250: characters 38-54 : flash.display.JointStyle should be EnumValue
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:250: characters 38-54 : openfl.display.JointStyle should be EnumValue
/usr/share/haxe/lib/svg/1,0,8/format/gfx/GfxBytes.hx:250: characters 38-54 : For function argument 'e'

Related bug report: https://muut.com/i/openfl/bugs:latest-html5-svg-does-not

gif- commented 9 years ago

yeah i'm waiting for that issue to be resolved too!