carlw
12/22/2016, 7:47 PMron
12/22/2016, 7:48 PMron
12/22/2016, 7:49 PMcarlw
12/22/2016, 7:50 PMedvin
12/22/2016, 7:51 PMedvin
12/22/2016, 7:54 PMedvin
12/22/2016, 7:54 PMGroupModel
. Now you can keep your UI code clean and just bind to the entries property.edvin
12/22/2016, 7:55 PMedvin
12/22/2016, 8:02 PMron
12/22/2016, 8:03 PMron
12/22/2016, 8:04 PMpermalmberg
12/22/2016, 9:16 PMinit
I have this
left {
ComponentView()
}
where `ComponentView`looks like this:
class ComponentView : Fragment() {
override val root = ScrollPane()
init {
with(root)
{
text("Available symbols")
}
}
}
Obviously I'm missing something, anyone got any hints?Ruckus
12/22/2016, 9:17 PMleft(ComponentView::class)
permalmberg
12/22/2016, 9:18 PMRuckus
12/22/2016, 9:18 PMpermalmberg
12/22/2016, 9:19 PMRuckus
12/22/2016, 9:21 PMComponentView
and didn't do anything with it. In your case, you could have done
left {
this += ComponentView()
}
permalmberg
12/22/2016, 9:21 PMpermalmberg
12/22/2016, 9:21 PMpermalmberg
12/22/2016, 9:22 PMRuckus
12/22/2016, 9:23 PMpermalmberg
12/22/2016, 9:29 PMRuckus
12/22/2016, 9:30 PMpermalmberg
12/22/2016, 9:32 PMRuckus
12/22/2016, 9:33 PMpermalmberg
12/22/2016, 9:34 PMgtnarg
12/22/2016, 9:35 PMcarlw
12/22/2016, 9:37 PMcarlw
12/22/2016, 9:38 PMRuckus
12/22/2016, 9:38 PM