powerful-morning-89
01/24/2021, 4:22 PMacceptable-smartphone-30669
01/24/2021, 4:24 PMuser
01/24/2021, 4:25 PMacceptable-smartphone-30669
01/24/2021, 4:27 PMacceptable-smartphone-30669
01/24/2021, 4:28 PMuser
01/24/2021, 4:30 PM@:bind metadata). I also used it in my tests via things like btn.onclick = callBackFunction; in a class that is annotated with the @:build metadata for the corresponding XML fileuser
01/24/2021, 4:31 PMid="someName" in the XMLacceptable-smartphone-30669
01/24/2021, 4:32 PMacceptable-smartphone-30669
01/24/2021, 5:20 PMacceptable-smartphone-30669
01/24/2021, 5:21 PMacceptable-smartphone-30669
01/24/2021, 5:23 PM.hxproj filesacceptable-smartphone-30669
01/24/2021, 5:24 PMuser
01/24/2021, 5:34 PMkha-html5.hxml is auto-generated by khamake, so you have to re-run that tool to generate a HXML that works on your system (this is Kha specific, it has nothing to do with HaxeUI)acceptable-smartphone-30669
01/24/2021, 5:40 PMacceptable-smartphone-30669
01/24/2021, 5:43 PMuser
01/24/2021, 5:47 PMhaxelib run haxeui-core create html5 to create a new HTML5 UI, which should include a properly set up HTML file - no idea why it's not included in the git repouser
01/24/2021, 5:54 PMhtml
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Main</title>
</head>
<body>
<script src="Main.js"></script>
</body>
</html>acceptable-smartphone-30669
01/24/2021, 5:58 PMacceptable-smartphone-30669
01/24/2021, 6:01 PMhx::widgets::Choice_obj::get_selectedString()acceptable-smartphone-30669
01/24/2021, 6:01 PMacceptable-smartphone-30669
01/24/2021, 6:06 PMacceptable-smartphone-30669
01/24/2021, 6:09 PMacceptable-smartphone-30669
01/24/2021, 6:13 PMbitter-family-72722
01/24/2021, 6:23 PMbright-gpu-74537
01/26/2021, 7:04 AMbright-gpu-74537
01/26/2021, 2:17 PMacceptable-smartphone-30669
01/26/2021, 2:31 PMwxgtk2 from the arch repo