edvin
10/03/2017, 3:08 PMtext
class assigned to them by default, you'd have to add it manually or create your own like Matthew showed in his answer.carlw
10/03/2017, 3:09 PMRuckus
10/03/2017, 3:11 PMText
objects can be styled more than labels. (I'm not sure how true that is in practice as I've never tried)edvin
10/03/2017, 3:12 PMtext
class to Text instances by default. Same for other controls. Wonder what the rationale is there.Ruckus
10/03/2017, 3:12 PMText
being a Shape
, but I couldn't say for sure.Ruckus
10/03/2017, 3:13 PMcarlw
10/03/2017, 3:13 PMedvin
10/03/2017, 3:17 PMedvin
10/03/2017, 3:18 PMRuckus
10/03/2017, 3:18 PMedvin
10/03/2017, 3:22 PMedvin
10/03/2017, 3:22 PMedvin
10/03/2017, 3:23 PMcarlw
10/03/2017, 3:26 PMcarlw
10/03/2017, 4:09 PMcarlw
10/03/2017, 4:09 PMRuckus
10/03/2017, 4:11 PMbaseColor
. In your Java version, you set the background color, which works either way, but in your TFX version you set the base color. The base color property is used to change the theme color of modena, but only works if there is at least one control in the scene graph.Ruckus
10/03/2017, 4:14 PMRuckus
10/03/2017, 4:19 PMcarlw
10/03/2017, 4:25 PMRuckus
10/03/2017, 4:26 PMRuckus
10/03/2017, 5:09 PMcarlw
10/03/2017, 5:13 PMcarlw
10/03/2017, 5:16 PMRuckus
10/03/2017, 5:17 PMControl
implements Skinnable
, so if there are no controls (or maybe skinnables?) in the scene graph it can skip loading some resources, and a side effect is modena doesn't get its theming applies, but that's a total guess.Ruckus
10/03/2017, 5:17 PMcarlw
10/03/2017, 5:18 PMRuckus
10/03/2017, 5:19 PMjchildress
10/03/2017, 5:19 PMcarlw
10/03/2017, 5:21 PM