haxeui-flixel
haxeui-flixel copied to clipboard
The Flixel backend of the HaxeUI framework
## Expected Behavior When the `pos` property of a `` within a `` is set via code, both the background blue graphic and the selection cursor on the slider should...
When switching states very rapidly, eventually, the ui won't show up. Steps to reproduce: click the button on the screen as fast as you can, after a few clicks the...
Again this has a readme writeup that's not too terrible that I've included after the break. In my repo: [03-cantstopwontstop](https://github.com/greysondn/haxeui-tests/tree/master/03-cantstopwontstop) Specific commit: [8a59958](https://github.com/greysondn/haxeui-tests/tree/8a599587844bd3d711c5b87012e434469f314775/03-cantstopwontstop) Zipped version attached to this issue: [03-cantstopwontstop.zip](https://github.com/haxeui/haxeui-flixel/files/3288631/03-cantstopwontstop.zip)...
Please feel free to rename that. I suck at naming bugs. This is in my repos as [02-textflownull](https://github.com/greysondn/haxeui-tests/tree/master/02-textflownull) - the version attached to this post is just commit [b671345](https://github.com/greysondn/haxeui-tests/tree/b6713452b61a297a386722ce483f22bfa9e8ea03/02-textflownull) zipped...
I have a feeling that `Toolkit.init()` needs to be called first, so that the flixel-haxeui signals can be established before stuff starts getting created. I need to confirm, and see...
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 draw order will be wonky in some edge cases due to flixel's children and core's children not being intentionally separated within the `members` array.
## Current Behavior When i add a NumberStepper or a search bar prompt ,the text overlaps on top of everything, including the cursor. ## Steps to Reproduce (for bugs) 1.Add...
This PR implements the rest of the functions for ComponentGraphicsImpl (everything except `setPixels()` which is already implemented). Most of it is taken from haxeui-openfl's implementation along with the necessary changes...
## Expected Behavior To Compile ## Current Behavior `Type not found : FileReferenceList` ## Possible Solution I think it's due after this change on openfl https://github.com/openfl/openfl/commit/4d7b77d33eb5dc9e2243e33a02cefda46fa6ec03 ## Media  ##...