mikehearn
05/29/2018, 9:54 PMuser
05/29/2018, 9:54 PMmikehearn
05/29/2018, 9:54 PMdanielmcq
05/30/2018, 4:20 AMedvin
05/30/2018, 6:00 AMedvin
05/30/2018, 6:01 AMmikehearn
05/30/2018, 8:37 AMcarlw
05/30/2018, 10:57 AMCarlton Whitehead
05/30/2018, 11:13 AMedvin
05/30/2018, 1:18 PMthomasnield
05/30/2018, 3:29 PMmikehearn
05/30/2018, 3:44 PMedvin
05/30/2018, 5:23 PMRuckus
05/30/2018, 5:38 PMtornadofx.testapps
?edvin
05/30/2018, 5:41 PMRuckus
05/30/2018, 5:42 PMamanda.hinchman-dominguez
05/30/2018, 11:39 PMopenInternalWindow(Editor::class, scope = catScheduleScope)
, is it necessary to pass back the changes in my view class?amanda.hinchman-dominguez
05/30/2018, 11:43 PMbindSelected(model)
would have taken care of that part)Hamza
05/30/2018, 11:44 PMamanda.hinchman-dominguez
05/30/2018, 11:44 PMamanda.hinchman-dominguez
05/30/2018, 11:45 PMamanda.hinchman-dominguez
05/30/2018, 11:46 PMamanda.hinchman-dominguez
05/30/2018, 11:47 PMamanda.hinchman-dominguez
05/30/2018, 11:57 PMbutton("Save") {
enableWhen(model.dirty)
action {
save()
}
}
amanda.hinchman-dominguez
05/31/2018, 12:02 AMbindSelected
for an ItemViewModel is supposed to listen. So I think I figured out the issue, the save function does not account for the changes in the text fields.amanda.hinchman-dominguez
05/31/2018, 12:19 AMobservableValue
property, but it doesn't like what I'm doing. Does anyone have an example? I'd like to add that to the guide for sure. This is my attempt: imageview(cat, true).observable(model.catImage)
Hamza
05/31/2018, 12:24 AMbkenn
05/31/2018, 12:33 AMamanda.hinchman-dominguez
05/31/2018, 12:47 AMonUserSelect(1)
in a tableview, the image changes with the selected image for the modelamanda.hinchman-dominguez
05/31/2018, 12:48 AMobservable
says it wants to take a string input, but that definitely is a string input so I'm not sure why it's not being recognized