Discussion:
SWHX 1.0.5.5 for haXe 1.11
Nicolas Cannasse
2007-01-30 11:19:19 UTC
Permalink
SWHX has been updated to work well with haXe 1.11 :

haxelib install swhx

Nicolas
--
haXe - an open source web programming language
http://haxe.org
Bastien Helders
2007-01-30 11:27:54 UTC
Permalink
That's what I call timing, just when I needed to use SWHX for my project,
here comes the new release. Thanks a lot!

Bastien.
Post by Nicolas Cannasse
haxelib install swhx
Nicolas
--
haXe - an open source web programming language
http://haxe.org
--
haXe - an open source web programming language
http://haxe.org
Ian Liu
2007-01-30 14:32:42 UTC
Permalink
Hi Nicolas.

I was testing the great new SWHX, but it seems MTASC is complaining about
StringTools being undefined on line 108 of swhx.Deserializer.
This is crashing the two last examples, witch uses Deserializer, because
there is no .swf to load, making the transparent window so transparent that
we can't even see it ;P

Best,
Liu.
Post by Nicolas Cannasse
haxelib install swhx
Nicolas
--
haXe - an open source web programming language
http://haxe.org
Nicolas Cannasse
2007-01-30 15:13:47 UTC
Permalink
Post by Ian Liu
Hi Nicolas.
I was testing the great new SWHX, but it seems MTASC is complaining
about StringTools being undefined on line 108 of swhx.Deserializer.
This is crashing the two last examples, witch uses Deserializer, because
there is no .swf to load, making the transparent window so transparent
that we can't even see it ;P
My fault.

Replace "StringTools.urlDecode" by "unescape" in
swhx/api/actionscript/AS2/Deserializer.as

Nicolas
--
haXe - an open source web programming language
http://haxe.org
Loading...