Martin Borzan
Martin Borzan
I am having trouble loading a particular Font in my app. The .ttf file is in the resources folder and the path to the file is also correct. This is...
``I'm having trouble figuring out how ListView should work using the ListCellFragment described by the guide in the Advanced Data Controls chapter (https://edvin.gitbooks.io/tornadofx-guide/content/part2/Advanced_Data_Controls.html) It creates the ListView like so: ```...
Using this guide: https://docs.tornadofx.io/0_subsection/11_editing_models_and_validation I created a custom View that displays a "FolderModel" class, which holds a `nameProperty` and a `pathProperty`. In the example ``` private fun editPerson(person: Person?) {...