David "Blackmagic" Elahee

Results 28 comments of David "Blackmagic" Elahee

try{ defval = new Serialized(defval.toString()).escape(); }catch(d:Dynamic){ throw d+" "+defval;}; Invalid call defaval = {} Called from sys.db.Admin::inputField line 235 Called from a C function Called from sys.db.Admin::edit line 519 Called...

I like the opt in/out idea. It is also a great debugging tool and allow people to experiment easily.

Hello, Not sure it is related( may seem to be a derail? ) but as a gamedev we use a lot of enums and I found out "binding" was quite...

wow sending a workaround to ci

hmm okay...I think I can't do anything about that T_T May be I should file an issue for haxe/java?

Ok, event sub clips then. And yes I Tried the tutorial but there was the "null" library error. I ll try again tonight. Thanks.

The lib now uses the build.XML file with the hxcpp toolchain Theoretically you can use haxelib run hxcpp build.xml -D Android but nobody tried before afaik so surprise might arise....

The .h things come from that you miss headers in your compiler directives , you must add them with your hxcpp config file. You ll also have trouble with libraries...

I dont know what you want to achieve but if you have time constraints, it might be slightly easier to delegate the https call via JNI because i am not...

I vaguely recall curl is embedded in openfl builds, maybe you should take a look at a native curl call. 2014-02-06 player-03 [email protected]: > OpenFL, yes. And for the moment,...