Results 35 comments of as3boyan
trafficstars

I got it to work by adding `forceScrollFactor(0, 0);` to `create` function

I don't know about states, but I think popups should be showed in such way for sure. FlxUIPopup has `scrollfactor` set to 0, but it's just a parent. I extend...

The workaround for this issue I found is to set button.onUp.callback manually after xml gets loaded, ``` haxe switch(id) { case "id": var button = getAsset("button"); //Cast to FlxUIButton button.onUp.callback...

I would like to put such notifications to IDE=) but I doubt that guys appreciate this

Expected output: ``` json "Missing \"lime\" haxelib" : "Missing \"lime\" haxelib" ```

Do you using 32-bit version of Linux Mint? I tested it on 64-bit version of Linux Mint worked fine.

> haxeparser, hxparse and CodeMirror Don't forget to clone recursively to init submodules git clone --recursive https://github.com/HaxeIDE/HIDE.git

> I installed node.js and grunt, trying to run nw inside the bin folder of HIDE, but did not succeed in running anything, I just see the help menu of...