icy-zebra-52882
08/28/2022, 10:21 AMbright-gpu-74537
08/28/2022, 10:23 AMbright-gpu-74537
08/28/2022, 10:24 AMbright-gpu-74537
08/28/2022, 10:24 AMclass MyAlias extends MyComponent
icy-zebra-52882
08/28/2022, 10:25 AMMyCustom
in MyCustom.hx
, do I use <import resource="path/to/MyCustom.xml" />
or <mycustom />
?bright-gpu-74537
08/28/2022, 10:29 AM<mycustom />
bright-gpu-74537
08/28/2022, 10:29 AM<mycustom/>
will resolve to my.component.pkg.MyCustom
(or whatever it is)icy-zebra-52882
08/28/2022, 10:34 AMsource/editor/EditorState.hx:1231: characters 1-8 : Warning : no class found for component: tiletoolbar
/home/matt/.local/share/haxe/lib/haxeui-core/git/haxe/ui/macros/ComponentMacros.hx:289: characters 70-83 : Unknown identifier : c4
/home/matt/.local/share/haxe/lib/haxeui-core/git/haxe/ui/macros/ComponentMacros.hx:289: characters 70-83 : ... For function argument 'child'
source/editor/EditorState.hx:1232: lines 1232-1238 : ... Defined in this class
icy-zebra-52882
08/28/2022, 10:35 AMTileToolbar
class defined somewhere?bright-gpu-74537
08/28/2022, 10:35 AMbright-gpu-74537
08/28/2022, 10:35 AMicy-zebra-52882
08/28/2022, 10:36 AMxml
<?xml version="1.0" encoding="UTF-8"?>
<module>
<components>
<component file="assets/ui/custom/tile-toolbar.xml" />
<!-- alternative method for entire package (without aliases)
<component folder="custom" />
-->
</components>
</module>
bright-gpu-74537
08/28/2022, 10:36 AMbright-gpu-74537
08/28/2022, 10:36 AMbright-gpu-74537
08/28/2022, 10:36 AMicy-zebra-52882
08/28/2022, 10:36 AMbright-gpu-74537
08/28/2022, 10:36 AMicy-zebra-52882
08/28/2022, 10:37 AMbright-gpu-74537
08/28/2022, 10:37 AMicy-zebra-52882
08/28/2022, 10:37 AMtiletoolbar.xml
is just this:
xml
<?xml version="1.0" encoding="UTF-8"?>
<hbox id="tileRow" width="100%" horizontalAlign="center">
<button height="32px" icon="assets/images/player1_preview.png" />
<button height="32px" icon="assets/images/player2_preview.png" />
</hbox>
bright-gpu-74537
08/28/2022, 10:37 AMbright-gpu-74537
08/28/2022, 10:38 AMbright-gpu-74537
08/28/2022, 10:39 AMicy-zebra-52882
08/28/2022, 10:39 AMsrc
in my flixel projectbright-gpu-74537
08/28/2022, 10:39 AMbright-gpu-74537
08/28/2022, 10:39 AMbright-gpu-74537
08/28/2022, 10:39 AMicy-zebra-52882
08/28/2022, 10:40 AMbright-gpu-74537
08/28/2022, 10:40 AM