hypergeome

Results 19 comments of hypergeome

It is openfl On Thursday, June 24, 2021, 11:45:31 AM GMT+7, Ian Harrigan ***@***.***> wrote: What backend are you using? — You are receiving this because you authored the thread....

So, I am using haxelib version of haxeui 1.2.3. I use your files for fix 395 including: haxe/ui/layouts/Layout.hx + ScrollView.hx and haxe/ui/styles/Style.hx + ValueTools.hx, the issue is still there. I...

Yes, so, I tried to use git version of both haxeui-core and haxeui-openfl. My project failed to compile because of component macros. It said something about issue with Constraint on...

I am attaching related hx file and xml file [assets.zip](https://github.com/haxeui/haxeui-core/files/6707297/assets.zip) [dialogs.zip](https://github.com/haxeui/haxeui-core/files/6707300/dialogs.zip)

They are all the ssame and simple. Below is an ex @:bind(btnEnterCode, haxe.ui.events.MouseEvent.CLICK) function onEnterCodeClick(e){ var dlg:InputPopup = new InputPopup(); dlg.promptText = "Enter your peer contact's one-time code:"; dlg.okButtonText =...

I am also trying to create one example to see if the error is informed

[DemoListBug.zip](https://github.com/haxeui/haxeui-core/files/6707398/DemoListBug.zip) Ok, attached is the demo. Th esame one I sent you before for issue 395. But I simply add InfoDialog into it and it fail to be compiled.

Update, please hcek previous message for demo. Here is my environement setup in case you want C:\Windows\system32>haxelib list actuate: [1.8.9] air4haxe: [1.0.0] box2d: [1.2.3] haxeui-core: 1.2.3 [git] haxeui-openfl: 1.2.3 [git]...

In any case, you can use the haxelib version of haxeui-core and haxeui-openfl, it will compile fine.