edvin
07/05/2017, 9:41 PMgaetan
07/05/2017, 9:48 PMgaetan
07/05/2017, 9:48 PMteedee
07/05/2017, 10:00 PMgaetan
07/05/2017, 10:19 PMgaetan
07/05/2017, 10:23 PMgaetan
07/05/2017, 10:31 PMteedee
07/05/2017, 10:34 PMgaetan
07/05/2017, 10:36 PMgaetan
07/05/2017, 10:37 PMg {
transform {
translate(margin.left, margin.top)
}
rect {
width = totalWidth - margin.horizontalMargins
height = totalHeight - margin.verticalMargins
fill = rgba(0, 0, 0, .1)
}
gaetan
07/05/2017, 10:38 PMteedee
07/05/2017, 10:38 PMborboss
07/05/2017, 10:45 PMedvin
07/06/2017, 8:02 AMItemViewModel<WeekTimetable>
- how would the framework choose? What you could do however, is pass a parameter to the Fragment, and use find(specificSubclass)
to look up the ViewModel instead.edvin
07/06/2017, 8:03 AMedvin
07/06/2017, 8:18 AMProperties
instead, and make the extension functions now defined on Properties
into real functions on that subclass instead.edvin
07/06/2017, 8:18 AMedvin
07/06/2017, 8:27 AMComponent
and App
. It's the only extension function in there that used reified generics, so it had to be treated specially until now.borboss
07/06/2017, 10:01 AMedvin
07/06/2017, 2:17 PMborboss
07/06/2017, 2:21 PMedvin
07/06/2017, 2:25 PMborboss
07/06/2017, 2:28 PMedvin
07/06/2017, 2:29 PMedvin
07/06/2017, 8:45 PM--stopOnUpDateErrors
function only intentioned to be used from the command line, and not configured with the deployment?borboss
07/06/2017, 9:11 PMborboss
07/06/2017, 9:12 PMedvin
07/07/2017, 7:05 AMedvin
07/07/2017, 7:08 AMedvin
07/07/2017, 7:09 AM