-
When I try showing a listview, it freezes the app. Tested onlyy with hxwidgets for now.
## Expected Behavior
The listBox should appear.
## Current Behavior
It freezes.
## Possible Solution
…
-
I got this error
haxeui-raylib/git/haxe/ui/backend/raylib/TextField.hx:679: characters 36-50 : Abstract has no field KEY_LEFT_SHIFT
I fixed it by changing code in Textfield to match the abstract.
…
-
Using this sample
https://github.com/haxeui/component-examples/tree/master/buttons
http://188.166.108.195/testui/ - build
Clicking “Add button” doesn’t do anything, except console log:
```
ha…
-
I need to refactor this so that Lime/OpenFL isn't assumed, but is simply a pluggable backend. I should create an abstract interface or something that sits between Polymod and Lime, such that it would …
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
3 years ago
-
Labels got several display bugs on OpenFL after I updated the haxeui lib to 1.2.3.
## Code to Reproduce
```
var l:Label = new Label();
l.text = "Challenge by";
//l.width = 800;
addChild(l);
`…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
3 years ago
-
something that has just popped up trying out haxeui-kha.
this error pops up right away
`/usr/local/lib/haxe/lib/haxeui-kha/git/haxe/ui/backend/TextDisplayBase.hx:16: characters 16-34 : kha._Assets…
-
When setting img.resource to Variant.fomImageData, the image wont be displayed
## Expected Behavior
When setting img.resource to Variant.fomImageData, the image should be displayed
## Current…
-
When we set text for label that contains \n, the last line wont be displayed
## Expected Behavior
When setting text for label that contains \n, all lines should be displayed.
## Current Beh…