amanda.hinchman-dominguez
04/26/2018, 1:18 AMbkenn
04/26/2018, 1:43 AMmariofelesdossantosjr
04/27/2018, 1:36 PMhoang
04/27/2018, 1:38 PMGary Tierney
04/27/2018, 5:45 PMcom.sun.deploy.uitoolkit.impl.fx.HostServicesFactory
or maybe I missed somethingbjonnh
04/30/2018, 3:33 PMthomasnield
04/30/2018, 9:52 PMGary Tierney
04/30/2018, 11:03 PMrunAsyncWithOverlay
thomasnield
04/30/2018, 11:16 PMNico Smeenk
05/01/2018, 12:02 AMrunAsyncWithProgress { ... } ui { ... }
that worked for mecarlw
05/02/2018, 5:02 PMcarlw
05/03/2018, 2:25 PMbjonnh
05/03/2018, 11:21 PMedvin
05/04/2018, 8:57 PMkastork
05/04/2018, 9:04 PMval salutations = listOf("Herr", "Frau", "")
and just have the property be a String instead of a Salutation
?carlw
05/06/2018, 11:04 PMabhinay
05/07/2018, 4:51 PMfitToParentSize()
probably won't work with ImageView since it binds the minHeightProperty()
and minWidthProperty()
with parent's height
and width
property respectively. In case of an ImageView, you need to bind the fitHeightProperty
and fitWidthProperty
instead.mikehearn
05/09/2018, 11:33 AMmikehearn
05/09/2018, 12:59 PMabhinay
05/10/2018, 4:40 AMbjonnh
05/16/2018, 10:17 PMdanielmcq
05/20/2018, 6:23 AMshapeItem -> button(shapeItem.nameProperty)
gives no error and does render two buttons...however the labels don't show on the buttons, leading me to believe I have to init my ShapeItem model after setting fields in the constructor. Strange though, as the examples I was looking at (https://stackoverflow.com/questions/47802015/drawing-lines-from-viewmodel-tornadofx and https://stackoverflow.com/questions/47681250/binding-a-view-to-a-changing-controller-property) seemed to imply you could use regular properties on each item in the list and they didn't have to be JavaFX properties.edvin
05/20/2018, 2:18 PMrunAsyncWithProgress
operates on the button in button1, and on the surrounding container in button2, since the button builder scope is closed when he calls runAsyncWithProgress
.edvin
05/23/2018, 6:44 AMedvin
05/23/2018, 7:42 AMjchildress
05/23/2018, 11:29 AMedvin
05/25/2018, 7:28 AMonDock
is no good. That got me thinking - is it correct to call onDock
for a tab that's added to a TabPane, or should it just be called whenever the tab is activated? It might be better to just add another signal for when the component is "activated" or something like that. Any thoughts?elexx
05/28/2018, 11:15 AMmikehearn
05/29/2018, 8:09 PMthomasnield
05/30/2018, 3:29 PMthomasnield
05/30/2018, 3:29 PMdanielmcq
05/31/2018, 10:56 PM