D. Resch

Results 27 comments of D. Resch

Thought I did that too.....Haxe needs a better package manager. Anyway, now I am getting this which is BHx related: com/babylonhx/tools/Tools.hx:527: lines 527-530 : img : lime.graphics.Image -> Bool should...

Coming from a Java background and having used the Netty project I cringe when I hear Futures/Promises......I understand the benefit but they really are a nuisance.

Close....the Lime errors are gone but now this: com/babylonhx/physics/plugins/OimoPlugin.hx:380: characters 92-116 : Array has no field toArray com/babylonhx/physics/plugins/OimoPlugin.hx:389: characters 72-96 : Array has no field toArray

com/babylonhx/physics/plugins/OimoPlugin.hx:380: characters 92-108 : For function argument 'array' com/babylonhx/physics/plugins/OimoPlugin.hx:389: characters 5-88 : haxe.ds.Vector should be Array Change those lines to ....#else body.getMatrix().toArray() #end;

Yes all updated. I'm targeting windows,

@ramsestom How did you get "test" to show at all? Do you have a complete example? I've been trying to get a TextField to show, but no luck. I know...

@r3d9u11 Are you trying to use native windows that can move anywhere or do you want to open up dialogs contained within the main Kha windows?

@Salamandar I realize I am a bit late to the party, but I started working on a fork several months back that focuses on improvements for MinGW handling. The problem...

For anyone who has this problem, I solved it by manually editing the listener config map statement order in conf/httpd_config.conf. If you add the more specific wildcards (i.e. the multilevel...

I am experiencing the same thing but I don't think the problem is multi builds per se. The issue happens when you add the rollupOptions even on single entry builds:...