bright-gpu-74537
12/13/2020, 3:24 PMmost-caravan-45834
12/13/2020, 6:59 PM/usr/local/lib/haxe/lib/haxeui-flixel/git/haxe/ui/backend/flixel/MouseHelper.hx:184: characters 18-23 : Class<flixel.FlxG> has no field mouse
/usr/local/lib/haxe/lib/haxeui-flixel/git/haxe/ui/backend/flixel/MouseHelper.hx:186: characters 25-30 : Class<flixel.FlxG> has no field mousemost-caravan-45834
12/13/2020, 7:00 PMbrave-kangaroo-30399
12/13/2020, 7:08 PMbright-gpu-74537
12/13/2020, 7:30 PMmost-caravan-45834
12/13/2020, 7:31 PMmost-caravan-45834
12/13/2020, 7:31 PMmost-caravan-45834
12/14/2020, 1:42 AMmost-caravan-45834
12/14/2020, 2:14 AMmost-caravan-45834
12/14/2020, 2:29 AMmost-caravan-45834
12/14/2020, 2:36 AMbright-gpu-74537
12/14/2020, 7:02 AMbright-gpu-74537
12/14/2020, 7:11 AMzoom: 2 maybe?
> I tried giving a component's id the value "frame"
I think thats because conflicted with flixels "frame" property - but yeah, with the class building macros the component id from the xml will be used to generate an actual class field, so that needs to be unique, not used and the same haxe rules will apply (ie, <box id='class' /> is gonna break)... Apart from frame (which is in flixels codebase), which names are you having trouble with? Things like "scrollviewContents" should be find (since its a child of another component), but yeah, things like "spacing" would cause trouble as they are also class level fields
> how do I make a button be only it's icon
You could use an image if you want, or: http://haxeui.org/builder/?xlhxhxmost-caravan-45834
12/14/2020, 12:59 PMbright-gpu-74537
12/14/2020, 1:32 PMmost-caravan-45834
12/14/2020, 2:40 PMbright-gpu-74537
12/14/2020, 2:42 PMbright-gpu-74537
12/14/2020, 2:42 PMbright-gpu-74537
12/14/2020, 2:42 PMmost-caravan-45834
12/14/2020, 2:52 PMmost-caravan-45834
12/14/2020, 4:27 PMmost-caravan-45834
12/14/2020, 4:28 PMmost-caravan-45834
12/14/2020, 4:28 PMmost-caravan-45834
12/14/2020, 4:32 PMbright-gpu-74537
12/14/2020, 5:04 PMbright-gpu-74537
12/14/2020, 5:04 PMmost-caravan-45834
12/14/2020, 5:28 PMmost-caravan-45834
12/14/2020, 5:28 PMbrave-kangaroo-30399
12/14/2020, 5:34 PMmost-caravan-45834
12/15/2020, 1:17 AM