amanda.hinchman-dominguez
11/13/2018, 8:02 PMedvin
11/14/2018, 8:16 PMedvin
11/14/2018, 8:36 PMadd-module=
manually?edvin
11/16/2018, 9:19 AMmikehearn
11/16/2018, 4:39 PMalex
11/16/2018, 9:05 PMcarlw
11/16/2018, 9:49 PMedvin
11/16/2018, 10:18 PMedvin
11/17/2018, 12:39 PMedvin
11/17/2018, 3:26 PMsp33dy
11/18/2018, 5:12 PMalex
11/19/2018, 8:19 PMval ptr = PointerByReference()
winapi_call(ptr)
// utilize ptr value
free(ptr) // ???
carlw
11/19/2018, 9:43 PMHamza
11/20/2018, 4:52 AMRomanow
11/20/2018, 11:19 AMalex
11/20/2018, 3:27 PMcarlw
11/20/2018, 5:47 PMiari
11/20/2018, 7:46 PMcamdenorrb
11/20/2018, 7:55 PMcamdenorrb
11/20/2018, 8:05 PMRuckus
11/20/2018, 8:30 PMproperty1.unbindBidirectional(property2)
, so you instead have to call unbind()
on the returned binding. (This is due to private constructors in JavaFX and can't be worked around)edvin
11/20/2018, 8:33 PMsingleAssign
. I also made sure the show/hide buttons are only visible when they make sense 🙂alex
11/21/2018, 1:47 PMedvin
11/21/2018, 3:01 PMalex
11/21/2018, 4:17 PMit.root.getChildList()?.add(Label("Test"))
seems to work (in console output with println), but I do not observe any changesNikky
11/22/2018, 3:25 AMcarlw
11/22/2018, 1:09 PMcarlw
11/22/2018, 1:09 PMgtnarg
11/22/2018, 2:24 PMListCellFragment
. I commented out the cellFragment{...}
call on the ListView and reran the app to see what shows up in the listview. If I debug the layout I still see a bunch of installed `SmartListCell`s. What would be installing these in the ListView?alex
11/22/2018, 3:37 PMalex
11/22/2018, 3:37 PMcarldea
11/22/2018, 6:47 PM