edvin
05/27/2017, 1:06 PMshortcut
so you can do shortcut("Shift+=", commands.addCommand)
instead of shortcut("Shift+=", { commands.addCommand.execute() })
.carlw
05/27/2017, 1:08 PMedvin
05/27/2017, 1:08 PMedvin
05/27/2017, 1:09 PMTextField
, ChoiceBox
and MenuItem
in 1.7.5.carlw
05/27/2017, 1:09 PMedvin
05/27/2017, 1:09 PMedvin
05/27/2017, 1:09 PMcarlw
05/27/2017, 1:14 PMedvin
05/27/2017, 1:18 PMscene.addEventFilter
.carlw
05/27/2017, 1:18 PMedvin
05/27/2017, 1:19 PMcarlw
05/27/2017, 1:21 PMedvin
05/27/2017, 1:22 PMcarlw
05/27/2017, 1:29 PMedvin
05/27/2017, 1:34 PMcarlw
05/27/2017, 1:38 PMcarlw
05/27/2017, 1:43 PMedvin
05/27/2017, 1:43 PMcarlw
05/27/2017, 1:44 PMedvin
05/27/2017, 1:45 PMcarlw
05/27/2017, 1:47 PMedvin
05/27/2017, 1:48 PMalexp11223
05/27/2017, 2:16 PMError:(10, 21) Kotlin: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public final fun Drawer.item(uiComponent: KClass<out UIComponent>, scope: Scope = ..., params: Map<*, Any?>? = ..., expanded: Boolean = ..., showHeader: Boolean = ..., op: (DrawerItem.() -> Unit)? = ...): DrawerItem defined in MainView
Error:(13, 21) Kotlin: None of the following functions can be called with the arguments supplied:
public fun <http://Menu.menu|Menu.menu>(name: String? = ..., op: (Menu.() -> Unit)? = ...): Menu defined in tornadofx
public fun <http://Menu.menu|Menu.menu>(name: String? = ..., graphic: Node? = ..., op: (Menu.() -> Unit)? = ...): Menu defined in tornadofx
Error:(18, 21) Kotlin: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public final fun Drawer.item(uiComponent: KClass<out UIComponent>, scope: Scope = ..., params: Map<*, Any?>? = ..., expanded: Boolean = ..., showHeader: Boolean = ..., op: (DrawerItem.() -> Unit)? = ...): DrawerItem defined in MMainView
Error:(21, 21) Kotlin: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public final fun Drawer.item(uiComponent: KClass<out UIComponent>, scope: Scope = ..., params: Map<*, Any?>? = ..., expanded: Boolean = ..., showHeader: Boolean = ..., op: (DrawerItem.() -> Unit)? = ...): DrawerItem defined in MMainView
edvin
05/27/2017, 3:13 PMedvin
05/27/2017, 3:23 PMedvin
05/27/2017, 3:23 PMedvin
05/27/2017, 3:27 PMalexp11223
05/27/2017, 3:36 PMawaitUntil
of course fails with exception about thread because of that