flixel-ui icon indicating copy to clipboard operation
flixel-ui copied to clipboard

GUI library for HaxeFlixel

Results 57 flixel-ui issues
Sort by recently updated
recently updated
newest added

- haxe: 4.2.5 - flixel: 4.11.0 - flixel-ui: 2.4.0 Steps to reproduce: 1. Add a FlxInputText widget to an empty state 2. Build HTML5 target 3. Input "hello" 4. Hit...

- haxe version - 4.2.4 - flixel version - 4.11.0 - flixel-ui version - 2.4.0 the title explains it. code snippet to reproduce the crash quickly: ```haxe var input =...

i try using it but it has errors (its my first time using haxeflixel)

It was already mentioned on this issue: https://github.com/HaxeFlixel/flixel-ui/issues/41 But wanted to make a separate issue. Basically, when tapping on a FlxInputText, the carrot appears, but the keyboard doesn't come up....

I was eventually able to figure out how custom widgets work by reading the source code and checking out the demo, but I think it makes sense to include explicit...

``` var uiButtonUp = new FlxUIButton(BUTTON_X, BUTTON_Y, null, onClickButton.bind(-1)); uiButtonUp.loadGraphicsUpOverDown(FlxUIAssets.IMG_BUTTON_ARROW_UP); uiButtonUp.resize(24, 24); ``` Expected behavior: the UI button should display the provided graphic `FlxUIAssets.IMG_BUTTON_ARROW_UP` at the specified size. Actual behavior:...

I'm trying to create a `` with transparent background, but it always ends up giving me black if I try to use a hexcode with alpha or `transparent` as color...

`_loadTabMenu` creates new FlxUI objects for the contents of the tabs, but doesn't use a call to `createUI` to make them and instead directly instantiates `FlxUI` objects. This makes it...

Using the XML file below the following code always prints three nulls. However, the XML is rendered correctly, the widgets are there, and calling getAsset("settings") for example works. I assume...

Anything inside a tab group with `visible="false"` is turned visible. Example: ``` ```