alexp11223
05/24/2017, 3:01 PMfind<...>().openWindow()
carlw
05/24/2017, 3:03 PMalexp11223
05/24/2017, 3:03 PMcarlw
05/24/2017, 3:09 PMalexp11223
05/24/2017, 3:10 PMcarlw
05/24/2017, 3:11 PMalexp11223
05/24/2017, 3:15 PMalexp11223
05/24/2017, 3:15 PMcarlw
05/24/2017, 3:20 PMalexp11223
05/24/2017, 3:23 PMcarlw
05/24/2017, 3:23 PMcarlw
05/24/2017, 3:23 PMalexp11223
05/24/2017, 3:24 PMcarlw
05/24/2017, 3:27 PMkastork
05/24/2017, 3:29 PM(root.scene.window as Stage).minWidth = 480.0
works for me tookastork
05/24/2017, 3:29 PMcarlw
05/24/2017, 3:32 PMcarlw
05/24/2017, 3:32 PMcarlw
05/24/2017, 3:33 PMcarlw
05/24/2017, 3:34 PMalexp11223
05/24/2017, 3:37 PMi'm not sure what currentWindow is supposed to meanmaybe it was supposed to work/was tested only for cases like multiple views inside one window
kastork
05/24/2017, 3:39 PMval currentWindow: Window? get() = modalStage?.owner ?: FX.primaryStage
kastork
05/24/2017, 3:40 PMmodalStage
itselfkastork
05/24/2017, 3:41 PMcarlw
05/24/2017, 3:45 PMcarlw
05/24/2017, 3:45 PMedvin
05/24/2017, 7:50 PMcurrentWindow
should be val currentWindow: Window? get() = root.scene.window
?carlw
05/24/2017, 8:12 PMedvin
05/24/2017, 8:16 PMalexp11223
05/24/2017, 9:04 PMroot.scene.window
is null
for main view