bright-gpu-74537
04/28/2021, 3:51 PM.button .icon { width: ... ?bright-gpu-74537
04/28/2021, 3:52 PMbright-gpu-74537
04/28/2021, 3:52 PMmyButton.findComponent("icon").width ...handsome-processor-40961
04/28/2021, 7:42 PMbright-gpu-74537
04/28/2021, 7:56 PM.tabPosition="bottom"handsome-processor-40961
04/28/2021, 7:57 PMhandsome-processor-40961
04/28/2021, 8:16 PM<?xml version="1.0" encoding="utf-8"?>
<vbox width="100%" height="100%" style="border: 1px solid white;">
<tabview width="100%" tabPosition="bottom">
<box text="Page 1">
<button text="Page 1" />
</box>
<box text="Page 2">
<button text="Page 2" />
</box>
</tabview>
</vbox>bright-gpu-74537
04/28/2021, 8:24 PMbright-gpu-74537
04/28/2021, 8:26 PMbright-gpu-74537
04/28/2021, 8:27 PMbright-gpu-74537
04/28/2021, 8:30 PMhandsome-processor-40961
04/28/2021, 9:01 PMfaint-answer-24569
04/28/2021, 10:58 PMABI=-MD 😐powerful-morning-89
04/29/2021, 8:40 AMClassBuilder.hasField? TypeTools.findField has been around since haxe 3.1.1 ...
And why is that hack enabled for haxeui_heaps?bright-gpu-74537
04/29/2021, 8:50 AMbright-gpu-74537
04/29/2021, 8:50 AMonce haxe4 stabalises this *MUST* be removed part eitherbright-gpu-74537
04/29/2021, 8:51 AMbright-gpu-74537
04/29/2021, 8:52 AMbright-gpu-74537
04/29/2021, 8:53 AMmost-caravan-45834
04/29/2021, 2:28 PMbright-gpu-74537
04/29/2021, 3:15 PMbright-gpu-74537
04/29/2021, 3:16 PMmost-caravan-45834
04/29/2021, 8:01 PMmost-caravan-45834
04/30/2021, 12:05 AMhaxe
slotIcon.resource = new BitmapData(100, 100);bright-gpu-74537
04/30/2021, 5:56 AMbright-gpu-74537
04/30/2021, 5:56 AMtypedef ImageData = flixel.graphics.frames.FlxFrame;most-caravan-45834
04/30/2021, 6:09 PMhaxe
var imageFrame = FlxImageFrame.fromImage(data);
slotIcon.resource = imageFrame.frame;
I've checked and the content of var data is correctmost-caravan-45834
04/30/2021, 6:15 PMhaxe
var imageFrame = FlxImageFrame.fromImage(data);
// slotIcon.resource = imageFrame.frame;
var sprite = new FlxSprite(0, 0);
sprite.frames = imageFrame;
sprite.animation.frameIndex = 0;
add(sprite);most-caravan-45834
04/30/2021, 6:23 PMmost-caravan-45834
05/01/2021, 1:01 AM