edvin
06/02/2017, 12:28 PMedvin
06/02/2017, 12:28 PMedvin
06/02/2017, 12:33 PMnimakro
06/02/2017, 12:34 PMnimakro
06/02/2017, 12:40 PMedvin
06/02/2017, 12:41 PMedvin
06/02/2017, 12:41 PMedvin
06/02/2017, 12:42 PMedvin
06/02/2017, 12:43 PMinit
is run in the super class first I need another approach.edvin
06/02/2017, 12:46 PMnimakro
06/02/2017, 12:58 PMrunlater
everything is working if I remove runLater
the listmenu
is not showen anymore but the button is placed in the left container..nimakro
06/02/2017, 12:58 PMnimakro
06/02/2017, 1:02 PMrunLater
works for now.edvin
06/02/2017, 1:04 PMalexp11223
06/02/2017, 1:06 PMedvin
06/02/2017, 1:08 PMalexp11223
06/02/2017, 1:09 PMedvin
06/02/2017, 1:11 PMedvin
06/02/2017, 1:13 PMedvin
06/02/2017, 1:15 PMfind<MyView>().openWindow(owner = null)
, you can close the initial window and the other window will stay, even on the first try. Investigating why it would behave differently.edvin
06/02/2017, 1:16 PMedvin
06/02/2017, 1:16 PMedvin
06/02/2017, 1:17 PMowner = null
to the openWindow
function.edvin
06/02/2017, 1:24 PMalexp11223
06/02/2017, 3:45 PMclass OpenWindowEvent<T: View>(val windowClass: KClass<T>) : FXEvent()
I can't figure out how to subscribe to it. Looks like I can subscribe only separately for each type, like subscribe<OpenWindowEvent<MyView>>
alexp11223
06/02/2017, 3:46 PMsubscribe<OpenWindowEvent<View>>
worksSola
06/03/2017, 2:02 AMrowExpander
? I tried yesterday, but it looks buggy on my side.thomasnield
06/03/2017, 3:03 AMtableview
block and inside the rowExpander
block, construct the control you wantthomasnield
06/03/2017, 3:04 AM