carlw
03/20/2017, 2:33 PMmp
03/20/2017, 3:14 PMfor including jre in needed
seems like exactly what I need will try. TNX!ron
03/20/2017, 3:15 PMmp
03/20/2017, 3:26 PMfxlauncher
able to manage staff like myapp.desktop(linux descriptors), links to exe files and package placing?
in examples app took only folder where it was placed and have loaded there all libs - it looks a bit messy.
or is it my responsibility to manage it and put jars in specified places (e.g. c/program_files/my_app), create links etc.edvin
03/20/2017, 3:45 PMjavapackager
. Check the docs here: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javapackager.htmlmp
03/20/2017, 3:47 PMedvin
03/20/2017, 4:02 PMedvin
03/20/2017, 4:08 PMRuckus
03/20/2017, 4:34 PMjchildress
03/20/2017, 4:44 PMedvin
03/20/2017, 5:17 PMcarlw
03/20/2017, 5:46 PMedvin
03/20/2017, 6:37 PMedvin
03/20/2017, 6:37 PMedvin
03/20/2017, 7:34 PMRuckus
03/20/2017, 8:19 PMjchildress
03/20/2017, 8:47 PMjchildress
03/20/2017, 8:48 PMPasted image at 2017-03-20, 3:47 PM▾
jchildress
03/20/2017, 8:49 PMcarlw
03/20/2017, 8:51 PMcarlw
03/20/2017, 8:51 PMcarlw
03/20/2017, 8:52 PMjchildress
03/20/2017, 8:54 PMval itemsLeft = integerBinding(store.todos.items) { count { !it.completed } }
I'm not sure how the binding gets notified when the list contents properties have changed... not the list items, just the properties of the items...carlw
03/20/2017, 8:56 PMjchildress
03/20/2017, 8:57 PMjchildress
03/20/2017, 8:58 PMPasted image at 2017-03-20, 3:58 PM▾
carlw
03/20/2017, 8:58 PMjchildress
03/20/2017, 9:02 PMtodos.set(0, todos[0])
at the end of toggleCompleted
it "works"