edvin
05/04/2017, 6:14 PMkevinherron
05/04/2017, 6:14 PMkevinherron
05/04/2017, 6:14 PMedvin
05/04/2017, 6:14 PMkevinherron
05/04/2017, 6:14 PMedvin
05/04/2017, 6:15 PMheadingContainer.removeFromParent()
to actually remove it. will investigate why that's not happening.edvin
05/04/2017, 6:16 PMinit
. Will check if I can change that.edvin
05/04/2017, 6:26 PMhide
, or override onDock
and call removeFromParent
on it there.kastork
05/04/2017, 6:28 PMonDock
, would you do it (or not do it) on each view you switch to?edvin
05/04/2017, 6:29 PMkastork
05/04/2017, 6:30 PMkastork
05/04/2017, 6:30 PMkastork
05/04/2017, 6:31 PMkastork
05/04/2017, 6:32 PMedvin
05/04/2017, 6:36 PMedvin
05/04/2017, 6:39 PMWorkspace.showHeadingLabelProperty controls whether the heading is shown in the Workspace toolbar or not
edvin
05/04/2017, 6:39 PMshowHeadingLabel = false
inside init
should do the trick.kastork
05/04/2017, 6:41 PMinit{}
of the Workspace subclass?kevinherron
05/04/2017, 6:41 PMlazyPopulate
doesn't react to an ObservableList
being returned the same way populate
does 😕edvin
05/04/2017, 6:42 PMedvin
05/04/2017, 6:42 PMedvin
05/04/2017, 6:44 PMkevinherron
05/04/2017, 6:44 PMkevinherron
05/04/2017, 7:05 PMtask {}
, but it fetches the roots immediate children on the UI threadkevinherron
05/04/2017, 7:06 PMlazyPopulate
to fetch immediate children of root in a task {}
as well and achieved what I'm afteredvin
05/04/2017, 8:41 PMkevinherron
05/04/2017, 10:48 PMkastork
05/04/2017, 11:16 PMinit{}
block, or else in a val
declaration. I'm not completely sure about the lifecycle but I believe singletons like Controllers are instantiated the first time they are requested for injection.kevinherron
05/04/2017, 11:17 PMkevinherron
05/04/2017, 11:18 PM