edvin
03/20/2017, 9:09 PMtoggleClass
etc, but I had to draw the line somewhere.edvin
03/20/2017, 9:11 PMtodos.set(0, todos[0])
works, but it's not elegant. We'll do something else instead, let me check.edvin
03/20/2017, 9:13 PMrefilter()
, it would happen automatically in that case.ron
03/20/2017, 9:14 PMRuckus
03/20/2017, 9:14 PMset
not an operator function? If it is, you could just say todos[0] = todos[0]
. Still not elegant, but at least consistent.ron
03/20/2017, 9:14 PMRuckus
03/20/2017, 9:15 PMedvin
03/20/2017, 9:21 PMedvin
03/20/2017, 9:21 PMedvin
03/20/2017, 9:22 PMedvin
03/20/2017, 9:22 PMron
03/20/2017, 9:23 PMedvin
03/20/2017, 9:23 PMron
03/20/2017, 9:23 PMedvin
03/20/2017, 9:23 PMinvalidate()
function to ObservableList
that does this, and improve it later.ron
03/20/2017, 9:23 PMedvin
03/20/2017, 9:25 PMedvin
03/20/2017, 9:25 PMron
03/20/2017, 9:25 PMron
03/20/2017, 9:26 PMedvin
03/20/2017, 9:26 PMedvin
03/20/2017, 9:26 PMedvin
03/20/2017, 9:26 PMron
03/20/2017, 9:27 PMron
03/20/2017, 9:27 PMedvin
03/20/2017, 9:28 PMObservableList.invalidate()
for TornadoFX and changed the todo sample:edvin
03/20/2017, 9:28 PMinvalidate
is that 0 = 0 trick, but I'll look for a cleaner way tomorrow 🙂edvin
03/20/2017, 9:29 PMron
03/20/2017, 9:30 PM