bright-gpu-74537
01/18/2023, 9:03 AMbright-gpu-74537
01/18/2023, 9:55 AMIIIIIIIIIIIIIIIII_IIIIIIIIIIII
isnt the same pixel length as XXXXXXXXXXXXXXXXX_XXXXXXXXXXXX
(in non monospaced fonts)hallowed-ocean-84954
01/18/2023, 1:38 PMcreamy-animal-95850
01/18/2023, 1:47 PMrefined-greece-48002
01/18/2023, 3:25 PMbright-gpu-74537
01/18/2023, 3:26 PMrefined-greece-48002
01/18/2023, 3:27 PMrefined-greece-48002
01/18/2023, 3:27 PMrefined-greece-48002
01/18/2023, 3:27 PMrefined-cat-44047
01/18/2023, 10:16 PMhaxeui-flixel
, in the ComponentImpl
class there is a _overrideSkipTransformChildren
variable. It is private and set to true
. But it seems to be causing me issues when I set the hidden
property on some components. If I change it to false
then things seem to work for me. Do you know the reason why it is true?
And is there maybe a way I can set this from my code, without modifying haxeui-flixel itself?elegant-twilight-61392
01/18/2023, 10:17 PMrefined-cat-44047
01/18/2023, 10:20 PM:access
thing. Thanks!elegant-twilight-61392
01/18/2023, 10:21 PMrefined-cat-44047
01/18/2023, 10:21 PMelegant-twilight-61392
01/18/2023, 10:25 PMelegant-twilight-61392
01/18/2023, 10:25 PMrefined-cat-44047
01/18/2023, 10:27 PMrefined-cat-44047
01/19/2023, 3:49 AMrefined-cat-44047
01/19/2023, 4:06 AMrefined-cat-44047
01/19/2023, 4:10 AMbright-gpu-74537
01/19/2023, 7:53 AMbright-gpu-74537
01/19/2023, 7:54 AMrefined-cat-44047
01/19/2023, 10:28 AMbright-gpu-74537
01/19/2023, 10:29 AMrefined-cat-44047
01/19/2023, 10:34 AMtrue
on _overrideSkipTransformChildren
😄
From buttons, or content areas not showing up when toggling the hidden
property. To progress bar components not... doing their.... progress bar thing.
But I also don't want to waist too much time, because I think it might just be for Flash/AIR. Although I also need to check that.
I am just under some deadlines right now, so working around it, until I have time to thinkbright-gpu-74537
01/19/2023, 10:41 AMrefined-cat-44047
01/19/2023, 10:44 AMhappy-agent-4114
01/19/2023, 4:26 PMhappy-agent-4114
01/19/2023, 4:27 PMxml
<tree-view id="unitSelector" width="100%" height="100%" styleName="full-width">
<item-renderer layoutName="horizontal" width="100%">
<label id="text" verticalAlign="center" width="100%"/>
<checkbox id="checked" verticalAlign="center"/>
</item-renderer>
<item-renderer id="expandable" layoutName="horizontal" width="100%">
<label id="text" verticalAlign="center" width="100%"/>
</item-renderer>
</tree-view>
happy-agent-4114
01/19/2023, 4:28 PM