edvin
02/03/2017, 7:16 PMron
02/03/2017, 7:16 PMedvin
02/03/2017, 7:16 PMedvin
02/03/2017, 7:16 PMron
02/03/2017, 7:17 PMron
02/03/2017, 7:17 PMron
02/03/2017, 7:18 PMedvin
02/03/2017, 7:18 PMron
02/03/2017, 7:18 PMron
02/03/2017, 7:18 PMedvin
02/03/2017, 7:19 PMedvin
02/03/2017, 7:20 PMron
02/03/2017, 7:20 PMedvin
02/03/2017, 7:20 PMron
02/03/2017, 7:21 PMcarlw
02/03/2017, 7:21 PMedvin
02/03/2017, 7:21 PMron
02/03/2017, 7:21 PMjchildress
02/03/2017, 7:21 PMedvin
02/03/2017, 7:23 PMedvin
02/03/2017, 7:30 PMcarlw
02/03/2017, 7:33 PMgtnarg
02/03/2017, 7:37 PMedvin
02/03/2017, 7:39 PMron
02/03/2017, 8:28 PMedvin
02/03/2017, 8:54 PMMainView
directly. When you just start the MainView
you get about the same situation you get when you start the work
class (class work : App(KeepassWorkspace::class)
) - namely that there is no file loaded. Then there is nothing to filter over, and the filter expression is not evaluated.edvin
02/03/2017, 8:54 PMcontroller.allentries
. You bind torwards this list in several listeners, but you change the whole instance when you load a new file. You should consider using a SimpleListProperty
instead.edvin
02/03/2017, 8:55 PMron
02/03/2017, 8:55 PMedvin
02/03/2017, 8:56 PMallentries.setAll(newList)
to keep the listeners.