dr.fornax
09/11/2017, 2:15 PMaayush
09/11/2017, 2:29 PMdr.fornax
09/11/2017, 3:46 PMedvin
09/11/2017, 3:49 PMedvin
09/11/2017, 3:49 PMedvin
09/11/2017, 3:50 PMedvin
09/11/2017, 4:33 PMcarlw
09/11/2017, 4:42 PMedvin
09/11/2017, 6:59 PMtieskedh
09/11/2017, 8:31 PMfun KeyFrame(time: Duration,eventHandler: (ActionEvent)->Unit) = KeyFrame(time, EventHandler { it-> eventHandler(it)}, *arrayOfNulls<KeyValue>(0))
carlw
09/11/2017, 8:32 PMtieskedh
09/11/2017, 11:18 PMopen class SimpleView constructor(title: String?, icon: Node?, rootGenerator: View.()-> Parent) : View(title, icon){
constructor(title: String?, rootGenerator: View.()-> Parent) : this(title, null, rootGenerator)
constructor(icon: Node?, rootGenerator: View.()-> Parent) : this(null, icon, rootGenerator)
constructor(rootGenerator: View.()-> Parent) : this(null, null, rootGenerator)
override val root: Parent = rootGenerator(this)
}
this can't break anything, isn't it?tieskedh
09/11/2017, 11:27 PMedvin
09/12/2017, 6:36 AMtieskedh
09/12/2017, 7:02 AMedvin
09/12/2017, 7:33 AMtieskedh
09/12/2017, 7:34 AMedvin
09/12/2017, 7:35 AMtieskedh
09/12/2017, 7:35 AMtieskedh
09/12/2017, 7:37 AMtieskedh
09/12/2017, 7:38 AMedvin
09/12/2017, 7:40 AMedvin
09/12/2017, 8:02 AMaayush
09/12/2017, 10:12 AM.custom-text-field{
-fx-background-color: rgba(235, 239, 242, 1);
-fx-background-radius: 0;
-fx-border-radius: 0;
-fx-text-fill: #3f465d;
-fx-font-size: 10px;
-fx-min-height: 20.0;
-fx-max-height: 20.0;
-fx-padding: 5px;
}
edvin
09/12/2017, 11:21 AMedvin
09/12/2017, 11:21 AMWorking on the slide design + logo changes▾
ajithprasaad
09/12/2017, 11:35 AMedvin
09/12/2017, 11:36 AMajithprasaad
09/12/2017, 11:42 AM