carlw
03/10/2017, 12:55 PMron
03/10/2017, 12:55 PMcarlw
03/10/2017, 12:58 PMron
03/10/2017, 12:58 PMcarlw
03/10/2017, 12:59 PMron
03/10/2017, 1:10 PMron
03/10/2017, 1:10 PMcarlw
03/10/2017, 1:17 PMcarlw
03/10/2017, 2:15 PMedvin
03/10/2017, 2:48 PMcarlw
03/10/2017, 2:57 PMcarlw
03/10/2017, 2:57 PMron
03/10/2017, 3:20 PMRuckus
03/10/2017, 3:39 PMnone
is not a valid input for -fx-background-color
. (It's only an acceptable value for border style and tab animations). I'll do some tests to see what it actually comes out to.carlw
03/10/2017, 3:40 PMRuckus
03/10/2017, 3:41 PMRuckus
03/10/2017, 3:44 PMunsafe("-fx-background-color", raw("none"))
carlw
03/10/2017, 3:49 PMRuckus
03/10/2017, 3:53 PM-fx-background-color
to none
or null
works (despite not being allowed according to the docs), but setting -fx-background
to none
or null
triggers a warning.Ruckus
03/10/2017, 3:55 PMnone
the the resulting object has null
as its background value, which is rendered the same as setting it to transparent
. When it's set to transparent
, however, it does create a background object, even though it renders the same.Ruckus
03/10/2017, 3:56 PMbackgroundColor += Color.TRANSPARENT
is the way to go to get the same results.
(backgroundColor += c("transparent")
works as well)Ruckus
03/10/2017, 3:57 PM-fx-background
isn't an actual property, though JavaFX will still accept many values for it.)carlw
03/10/2017, 4:04 PMedvin
03/10/2017, 4:34 PMRuckus
03/10/2017, 5:05 PMbox
helper function seems to be lacking
- No explanation of functions like removeClass
, toggleClass
, hasClass
, or select
on `Node`s
- No explanation of more complex selectors (using infix functions and whatnot)
- No explanation of String literal selectors
- No reference to what classes and properties are available by defaultRuckus
03/10/2017, 5:06 PMedvin
03/10/2017, 6:36 PMRuckus
03/10/2017, 6:37 PMRuckus
03/10/2017, 6:37 PMedvin
03/10/2017, 6:41 PM