-
**Setup SQLite in Haxe**
As I want the search to be embeddable in the client I need to setup a working database interaction. SQLite exists in the *Sys* package in haxe, and Open Street Map has it's d…
-
Currently when installing a library it gets downloaded, extracted, and dependencies are recursively installed.
This isn't without issues, if something goes wrong in the middle things are left in a br…
-
I am getting the following error, "Sending data" gets up to 100%, then times out:
```bash
$ haxelib -notimeout submit lib.zip
Password :
Sending data....
Http connection timeout. Try running ha…
-
e.g. http://lib.haxe.org/p/hxnodejs/4.0.3/files/src
-
Hi Andy, I was trying to integrate hxudp as the layer of comm for multicasting, in a project of mine and after getting help from Joshua and some other users at the HaxeNME forums to use hxudp I run in…
-
```
hunit/match/EqualMatch.hx:44: characters 39-50 : Constraint check failure for enumEq.T
hunit/match/EqualMatch.hx:44: characters 39-50 : hunit.match.EqualMatch.T should be EnumValue
hunit/match/Not…
-
https://gist.github.com/PDeveloper/7813754
When compiling for Neko, the button rollover state doesn't work.
Default/Skin setup is like the StablexUI demo.
-
My exported GameActivity doesn't get code with "::if::" conditionals like:
``` java
::if (ANDROID_PERMISSIONS != null)::::foreach ANDROID_PERMISSIONS::::if (__current__ == "com.android.vendin…
-
My gradle is
```
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath group: 'com.prezi.haxe', name: 'gradle-haxe-plugin',
version: '4.1…
-
Specifically for a `Label`.
I've tried quite the number of things:
* Setting font-family in a css file for the XML I'm loading
* Setting a style with path to the font face, relative, trying s…