-
haxeui target html5
the resolution of haxe ui was wrong when win10 setting
display scale and layout model change to 200%(recommend).
my notebook is 3000X2000 resolution .
in the dia…
-
C:\Stencyl\3.0\plaf\haxe\lib/inthebox-macros/1,1,0/src/org/shoebox/macros/MacroMirrors.hx:400: characters 4-22 : haxe.macro.#Context has no field fatalError
Any idea?
-
I'm experiencing the same issue with haxelib mod_tora and git neko: http://haxe.org/forum/thread/3395#nabble-td6791774
Haxe code to reproduce:
```
var q : Dynamic = null;
q.some;
```
For the fir…
-
# Expected behavior
Given that JobIdentifier is an abstract, I should be able to create the following map:
```haxe
static var callbackHandlers:Map = new Map();
```
# Actual behavior
Howe…
-
The Readme isn't shown on http://lib.haxe.org/p/openfl/ or http://lib.haxe.org/p/lime/ - it seems like this happens because it's located in a subdirectory.
-
I added some tests to check if a Date object is being returned from these datatypes
DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ
https://github.com/theRemix/postgrehx/commit/a1bcae586444fb2ea57e4e80614…
-
```
The new haXe STD API method in haXe SVN Reflect.setProperty implements runtime
setter handling on the javascript target.
Actuate should use this method instead of Reflect.setField when using
r…
-
I use lix to deploy to heroku but heroku only provides mechanism to ignore (remove) files _at the very beginning of a build_. As a result, my deployed container image includes all the downloaded haxe …
-
# Access a field by string - Beginner - Haxe programming language cookbook
This snippet shows how to use a string as a variable identifier using reflection.
[https://code.haxe.org/category/beginner/…
-
This seems like a significant oversight, so in addition to reporting this, I'm kinda hoping for a sanity check and maybe some additional historical context from anybody who knows (was this definitely …