-
Hi. How I can to bind listview to array of strings?
I tried to use example from old haxeui:
```
Item 1,
Item 2,
Item 3
```
but I got notice:
`.haxelib…
-
Hi, I have a little troubles with styling. My own css don't applies :(
defstyle.css:
```
.btn1 {
width: 100;
height: 50;
fontSize: 12;
color: 0x101101;
}
.lbl1 {
fontSize: 24;
col…
-
I'm using the current git version of both Haxeui-core and Haxeui-openfl.
Produces the following log:
```
Called from ? line 1
Called from ApplicationMain.hx line 79
Called from ApplicationMain.…
-
Same 4 box layout. I added a tableview to the topleft with 20 items. Scrollbar does not appear for tableview. Also if you resize there is space to the far right of the columns. See image. Remove th…
-
PR Status
- [x] https://github.com/haxeui/haxeui-hxwidgets/pull/13 (supported)
- [x] https://github.com/haxeui/haxeui-openfl/pull/15 (supported)
- [x] https://github.com/haxeui/haxeui-xwt/pull/7 (s…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
7 years ago
-
## Expected Behavior
application with button
## Current Behavior
exception:
```
$ haxe build.hxml
/home/username/.haxelib_repo/haxeui-html5/git/haxe/ui/backend/html5/native/size/TextSize.hx:7:…
-
So i've set up hxWidgets and that works fine. I also have HaxeUI set up correctly and the openfl backend works like it should. But when i try to create a haxeui project for haxeui-hxwidgets.. i get an…
datee updated
7 years ago
-
## Expected Behavior
Can't compile [Kha-Sample](https://github.com/haxeui/haxeui-templates/tree/master/kha/skeleton) for Linux. It's failed with error:
`/home/username/.haxelib_repo/haxeui-kha/git/h…
-
Hi. As the study I created and published a [little collection of samples ](https://github.com/r3d9u11/haxe-basics/tree/master/9_AdditionalLibraries/9.7_HaxeUI) for a novice users. Hope this can be us…