-
Hi,
is haxeui compatible with nme?
i get this error when compiling with nme and cpp target
```
./bin/linux64/haxe/ApplicationMain.hx:10: characters 15-42 : Type not found : lime.app.Config
```
-
when i type "اسمي yzn كيف الحال"(github is bad at bidi to lol) in a text area it is displayed wrong
haxeui:
![image](https://user-images.githubusercontent.com/63852512/185516501-18f819eb-7dc8-4cc7…
yzn-h updated
2 years ago
-
## Expected Behavior
A simple window with one image (jpg).
## Current Behavior
Blank screen.
## Test app / minimal test case
Sample available [here](https://github.com/r3d9u11/haxe-basics…
-
I have a listview with several rows of data.
The data rows hide listview border
## Expected Behavior
The data rows does not hide listview border
## Current Behavior
The data rows hide l…
-
## Expected Behavior
```
```
## Current Behavior
```
C:/haxelib/haxeui-core/git/haxe/ui/containers/Panel.hx:46: characters 30-40 : Field set_height overrides parent class with dif…
-
## Bug
I'm using haxeui-core & haxeui-openfl to run a html5 webapp and have a couple of xmls containing something like:
```
```
I recently upgraded from versions 1.1.3 to 1.2.3. It used to …
-
Implement slots and signals functionality.
-
I have tried compiling on windows and it said this
> D:/FnF-Eternal/.haxelib/haxeui-flixel/git/haxe/ui/backend/ScreenImpl.hx:223: characters 40-53 : haxe.ui.core.Component has no field _allowDispos…
-
Using:
* haxe 4.2.2 from brew
* hxcpp 4.2.1
* Apple MacBook Pro 2020 with M1 chip (arm64)
Trying to compile simple hello world:
```haxe
## main.hx:
import lib.Logger;
class Main {
stat…
-
Hi Ian,
Great work on the new Table feature coming along. I really like the embeded types ( just like lists ). Really swell.
I have this working on Windows and Flash, but the table fails to render…