Can i use it like this? item(icon = imagev...
# tornadofx
a
Can i use it like this? item(icon = imageview(resources.image("../app/bubblechart.png"))) it's giving me error
Copy code
None of the following functions can be called with the arguments supplied.
item(ObservableValue<String?>, ObservableValue<Node?>? = ..., Boolean = ..., Boolean = ..., DrawerItem.() → Unit) defined in tornadofx.Drawer
item(String? = ..., Node? = ..., Boolean = ..., Boolean = ..., DrawerItem.() → Unit) defined in tornadofx.Drawer
item(UIComponent, Boolean = ..., Boolean = ..., (DrawerItem.() → Unit)? = ...) defined in tornadofx.Drawer