Join Slack
Powered by
I can tell you that `JiraTicketModel(this.item)` f...
# tornadofx
e
edvin
09/27/2018, 3:09 PM
I can tell you that
JiraTicketModel(this.item)
fails, because
item
is not assigned when you create the
ListCellFragment
. That's why you're supposed to bind your model against
itemProperty
.
Open in Slack
Previous
Next