bjonnh
12/20/2018, 7:49 PMbjonnh
12/20/2018, 7:50 PMbjonnh
12/20/2018, 7:50 PMbjonnh
12/20/2018, 7:52 PMcarlw
12/20/2018, 8:06 PMsbyrne
12/20/2018, 8:08 PMsbyrne
12/20/2018, 8:08 PMScreen.getScreens()
.bjonnh
12/20/2018, 8:12 PMbjonnh
12/20/2018, 8:13 PMbjonnh
12/20/2018, 8:14 PMbjonnh
12/20/2018, 8:15 PMsbyrne
12/20/2018, 8:17 PMcarlw
12/20/2018, 8:21 PMcarlw
12/20/2018, 8:21 PMcarlw
12/20/2018, 8:23 PMcarlw
12/20/2018, 8:23 PMsbyrne
12/20/2018, 8:23 PMonBeforeShow
.carlw
12/20/2018, 8:25 PMsbyrne
12/20/2018, 8:30 PMonDock
. Is that preferred?carlw
12/20/2018, 8:33 PMcarlw
12/20/2018, 8:33 PMcarlw
12/20/2018, 8:34 PMsbyrne
12/20/2018, 8:41 PMRuckus
12/20/2018, 8:45 PMbottom {
label("visible when active").visibleWhen(active)
}
sbyrne
12/20/2018, 8:46 PMRuckus
12/20/2018, 8:47 PMmanaged
state as well. TornadoFX has a helper for setting both:
bottom {
label("visible when active").removeWhen(active.not())
}
sbyrne
12/20/2018, 8:51 PMonDock()
it flashes on the wrong screen before moving to the right one.carlw
12/20/2018, 8:54 PMsbyrne
12/20/2018, 8:54 PMmanagedWhen(active)
+ visibleWhen(active)
is the solution. Thanks!sbyrne
12/20/2018, 8:54 PM