-
Add codeclimate to all relevant haxeui repos.
- [x] haxeui-core
- [ ] haxeui-openfl
- [ ] haxeui-flambe
- [ ] haxeui-kha
- [ ] haxeui-html5 - mostly working, regexp issue around method names
…
-
here's a sample code, paste it into Main.hx constructor, default haxe-openfl proj template:
Toolkit.init();
var abs:Absolute = new Absolute();
Screen.instance.addComponent(abs);
//option box…
-
HTMl target has wordwrap enabled by default, other targets are not the case: Openfl (html5,windows), NME (windows)
I added this to core since there is no property to adjust wordwrap.
## Expected…
-
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
4 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
4 years ago
-
Launch an app which you know was working on 4.0.5
Click on close app icon (at top left of window)
Window closed but is still present in background (Force quit needed)
-
Icons included in the default styles (which end up as haxe resources) are not showing. This is because currently there isnt a method to extract them and turn them into `kha.Image`. See: https://github…
-
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
-
## Expected Behavior
on ItemEvent.COMPONENT_EVENT, reading the selectedIndex / selectedItem should return the current selected item
## Current Behavior
return the previous selected item (include …
-
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
4 years ago