ron
05/11/2017, 12:12 PMron
05/11/2017, 12:12 PMron
05/11/2017, 12:13 PMron
05/11/2017, 12:14 PMjchildress
05/11/2017, 5:04 PMjchildress
05/11/2017, 5:04 PMcarlw
05/11/2017, 5:42 PMjchildress
05/11/2017, 5:49 PMjchildress
05/11/2017, 5:50 PMjchildress
05/11/2017, 5:50 PMPasted image at 2017-05-11, 12:50 PM▾
mikehearn
05/11/2017, 5:58 PMedvin
05/11/2017, 6:07 PMedvin
05/11/2017, 6:26 PMTableColumn.useProgressBar()
that allows it to work with any Number type column. Unfortunately this wasn't supported by the ProgressBarTableCell, so I had to roll my own. This brought my attention to a very interesting optimization for cellFormat
.edvin
05/11/2017, 6:27 PMcellFormat
, if used to construct a node hierarchy that you assign to graphic
, is that every time the cell is updated, you create a new graphic, even though you might just want to change some properties.edvin
05/11/2017, 6:27 PMcellCache
, but the implementation was not ideal at all.edvin
05/11/2017, 6:29 PMedvin
05/11/2017, 6:30 PMedvin
05/11/2017, 6:31 PMedvin
05/11/2017, 6:31 PMupdateItem
call. Let me do this, without any special framework support, and post the modified code.edvin
05/11/2017, 6:35 PMcellFormat
. (Waiting for Slack to post the modified example)edvin
05/11/2017, 6:36 PMedvin
05/11/2017, 6:37 PMkastork
05/11/2017, 6:43 PMedvin
05/11/2017, 6:44 PMLabeled
and cache at the same time. It would be nicer to say:edvin
05/11/2017, 6:45 PMcachedGraphic
could use the general cache function under the covers. That would would have to be something like:edvin
05/11/2017, 6:48 PMjchildress
05/11/2017, 6:55 PMcolumns
in a tableview
to be properties of the mapped property is this the correct way to do it?