-
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
-
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
-
Hi,
HaxeUI gives me an error if I use simultaneously HaxeUI lib and SVG lib. The error is as following:
C:/HaxeToolkit/haxe/lib/haxeui-openfl/1,1,0/haxe/ui/backend/AssetsImpl.hx:34: characters 2…
-
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
-
I want 2 different lays depending on the width of application. Tested in HTML, NME , and openfl
Width >= 800
4 squares with 50% width and 50% height that fill the screen.
width
-
The fix for https://github.com/haxeui/haxeui-core/issues/169 makes it so most elements don't have any font size by default
## Expected Behavior
Elements with text show on screen without explicitly…
-
## Expected Behavior
Clicking an item of a `ListView` should trigger `onItemClick`.
## Current Behavior
Nothing happen. `onItemClick` is bound to `Mouse.CLICK` which correspond to clicking on `Bu…
-
Hey Ian!
How would you support hidpi displays? For example, if you design a desktop UI for both retina and 1080p displays, you usually double the amount of pixels for that specific image (and UI co…
-
## Expected Behavior
Adding a `stopPropagation():Void` function to UIEvent (I guess) that'll prevent the event from reaching another component higher in the parenting chain.
## Current Behavior
…
-
Scrollview very slow with ca. 160 items. Openfl on OSX. Different Scollview used in the same way with fewer items works just fine.
## Current Behavior
No error message, but clicking on …