anidotnet
11/04/2017, 2:53 PMedvin
11/04/2017, 3:16 PMron
11/04/2017, 3:18 PMron
11/04/2017, 3:18 PMedvin
11/04/2017, 3:19 PMron
11/04/2017, 3:45 PMedvin
11/04/2017, 3:46 PMcellFormat
configurations.ron
11/04/2017, 4:19 PMron
11/04/2017, 4:19 PMPasted image at 2017-11-04, 5:19 PM▾
edvin
11/04/2017, 4:21 PMron
11/04/2017, 4:24 PMron
11/04/2017, 4:24 PMPasted image at 2017-11-04, 5:24 PM▾
jschneider
11/04/2017, 4:26 PMclass CRMWorkspace : Workspace() {
init {
add(MainMenu::class)
add(RestProgressBar::class)
add(SearchView::class)
}
}
How does the MainMenu.class provide the menu?ron
11/04/2017, 4:31 PMron
11/04/2017, 4:31 PMjschneider
11/04/2017, 4:32 PMjschneider
11/04/2017, 4:33 PMjschneider
11/04/2017, 4:33 PMclass WelcomeView : View() {
override val root: Parent = borderpane {
center {
label {
text = "Welcome"
}
}
}
}
edvin
11/04/2017, 4:33 PMWorkspace
and provide a menu inside the Workspace instead of in a single View.jschneider
11/04/2017, 4:34 PMjschneider
11/04/2017, 4:35 PMron
11/04/2017, 4:35 PMron
11/04/2017, 4:36 PMron
11/04/2017, 4:37 PMPasted image at 2017-11-04, 5:36 PM▾
jschneider
11/04/2017, 4:37 PMron
11/04/2017, 4:37 PMedvin
11/04/2017, 4:38 PMron
11/04/2017, 4:38 PMron
11/04/2017, 4:38 PM