Ruckus
05/04/2017, 3:32 PMkastork
05/04/2017, 3:33 PMkastork
05/04/2017, 3:44 PMkastork
05/04/2017, 4:02 PMRuckus
05/04/2017, 4:02 PMRuckus
05/04/2017, 4:03 PMkastork
05/04/2017, 4:04 PMkastork
05/04/2017, 4:04 PMkastork
05/04/2017, 4:04 PMthomasnield
05/04/2017, 4:17 PMthomasnield
05/04/2017, 4:18 PMkastork
05/04/2017, 4:19 PMkastork
05/04/2017, 4:19 PMRuckus
05/04/2017, 4:19 PMedvin
05/04/2017, 4:22 PMedvin
05/04/2017, 4:23 PMkastork
05/04/2017, 4:31 PMclass ToolboxWorkspace : Workspace() {
init {
add(MainMenu::class)
workspace.headingContainer.removeFromParent()
}
}
To result in the removal of the view's title from the workspace toolbar, but it causes my entire docked view to go away.edvin
05/04/2017, 4:53 PMworkspace.headingContainer.removeFromParent()
to headingContainer.removeFromParent()
and see what happens?edvin
05/04/2017, 4:55 PMkastork
05/04/2017, 4:55 PMkastork
05/04/2017, 4:55 PMkastork
05/04/2017, 4:56 PMkevinherron
05/04/2017, 6:04 PMasyncItems
, but this eagerly fetches the entire tree. is there any way to have a lazy loading, async, data driven TreeViewedvin
05/04/2017, 6:05 PMNode
, so "hide` can mean either node.hide()
or even node.removeFromParent()
like you did. Let me create a quick example and check what's happening here.edvin
05/04/2017, 6:10 PMheadingContainer.hide()
should give you what you want.edvin
05/04/2017, 6:11 PMlazyPopulate
for that.kevinherron
05/04/2017, 6:12 PMkevinherron
05/04/2017, 6:12 PMedvin
05/04/2017, 6:12 PMkevinherron
05/04/2017, 6:13 PM