louiscad
11/05/2018, 3:31 PMblock: Boolean
parameter that I can set to true
, but I prefer to avoid it, especially since I may need the main thread for other coroutines to continue running (I am a "heavy" coroutines user).
The extension I posted in a snippet above should work well for my use case, but I'll look into scopes still, thanks for the recommendation!amanda.hinchman-dominguez
11/07/2018, 4:51 PMamanda.hinchman-dominguez
11/07/2018, 4:51 PMs(listCell and selected) {
backgroundColor += Color.TRANSPARENT
}
thomasnield
11/07/2018, 6:13 PMjschneider
11/08/2018, 7:43 AMRoman
11/09/2018, 1:21 PMtop {
hbox {
vbox(alignment = Pos.TOP_LEFT) {
text("Hello")
text("World")
}
hbox(3, alignment = Pos.TOP_RIGHT) {
button("Update") {
action {
homeController.updateCurrentDevices()
}
}
button("Logs") {
action {
logView.openModal(stageStyle = StageStyle.DECORATED)
}
}
button("Exit")
}
}
}
gtnarg
11/09/2018, 2:36 PMedvin
11/09/2018, 3:12 PMalex
11/10/2018, 5:17 PMedvin
11/10/2018, 5:43 PMamanda.hinchman-dominguez
11/11/2018, 12:50 AMcarlw
11/11/2018, 1:46 AMsp33dy
11/11/2018, 11:50 AMSpike Baylor
11/11/2018, 1:52 PMSpike Baylor
11/11/2018, 6:21 PMsp33dy
11/11/2018, 7:13 PMSpike Baylor
11/11/2018, 11:22 PMSpike Baylor
11/11/2018, 11:26 PMcarlw
11/12/2018, 12:29 AMjschneider
11/12/2018, 12:16 PMamanda.hinchman-dominguez
11/13/2018, 2:43 AMcarlw
11/13/2018, 3:07 AMedvin
11/13/2018, 9:21 AMRomanow
11/13/2018, 10:27 AMedvin
11/13/2018, 11:16 AMedvin
11/13/2018, 6:31 PMamanda.hinchman-dominguez
11/13/2018, 7:10 PMamanda.hinchman-dominguez
11/13/2018, 7:15 PM[ERROR] StylesheetTest.propertySelectionScope:290->shouldEqual:622 expected:<.label {
[ -fx-base: rgba(255, 0, 0, 1);
}
.label:hover {
-fx-base: rgba(0, 0, 255, 1);
]}> but was:<.label {
[-fx-base: rgba(255, 0, 0, 1);
}
.label:hover {
-fx-base: rgba(0, 0, 255, 1);
]}>
amanda.hinchman-dominguez
11/13/2018, 7:30 PMamanda.hinchman-dominguez
11/13/2018, 7:31 PMamanda.hinchman-dominguez
11/13/2018, 7:31 PMRuckus
11/13/2018, 7:32 PMamanda.hinchman-dominguez
11/13/2018, 7:33 PMRuckus
11/13/2018, 7:34 PM