M

Results 37 issues of M

**CODE** If I do this `openfl.Lib.current.stage.window.alert("tetetet","hiahiohaohaa");` **ERROR** The window will appear but when I click on "ok", I have this error : XIO: fatal IO error 11 (Ressource temporairement non...

https://github.com/haxelime/lime/blob/c743fe10c404fb73003e24100f319a472cb4203f/project/src/backend/sdl/SDLSystem.cpp#L161-L162 It sees that in Lime the folders are hard coded to "Desktop", "Documents" . But depending on languages, it could have different names. You should be able to check...

**Describe the bug** If you copy some text from elsewhere, you should be able to paste it in a textfield ( or lime.system.Clipboard.text should be different than null ) **To...

## Expected Behavior When cloning a hidden component and showing it, it should be the same as cloning a shown component. ## Current Behavior It doesn't. For example cloning a...

retest required

## Test app / minimal test case If we apply some css to button .button { icon: none; } .button:down { icon: "haxeui-core/styles/default/down_arrow.png" } ## Expected Behavior When the button...

bug
retest required

Better version than the other path. Now the text width works on cpp too.

## Current Behavior Number stepper minimum is always 0 and maximum is always 100 whatever the settings ## Your Environment * Version used: git dev * Environment name and version...

In the readme, it says to install libwxgtk-webview3.0-dev which is not found on ubuntu 16.04 and raspian buster. But, there is libwxgtk-webview3.0-gtk3-dev which maybe replaces it

## Expected Behavior I try binding a variable ``` ``` `@:bind(lower_case.hidden) public var hasLowerCase:Bool = false;` It should work ## Current Behavior In javascript , it generates ``` ,get_hasLowerCase: function()...

If you try to build the default httml5 project haxe html5.hxml /home/pi/Sten/plaf/haxe/lib/haxeui-html5/1,2,0/haxe/ui/backend/ComponentImpl.hx:517: characters 12-39 : js.html.CSSStyleDeclaration has no field pointerEvents https://github.com/haxeui/haxeui-html5/blob/4b49b9a6cc7b14ed75c2bd1255be4ab2184d64a0/haxe/ui/backend/ComponentImpl.hx#L517 ## Possible Solution I commented the line and it...