kastork
05/04/2018, 8:24 PMNico Smeenk
05/04/2018, 8:25 PMkastork
05/04/2018, 8:26 PMNico Smeenk
05/04/2018, 8:28 PMNico Smeenk
05/04/2018, 8:28 PMimage.png▾
Nico Smeenk
05/04/2018, 8:29 PMcombobox<Salutation>(model.salutation, mainController.loadList()) {
cellFormat {
text = it.salutation
}
}
Nico Smeenk
05/04/2018, 8:29 PMkastork
05/04/2018, 8:54 PMedvin
05/04/2018, 8:58 PMuser
05/04/2018, 8:58 PMNico Smeenk
05/04/2018, 9:09 PMedvin
05/04/2018, 9:15 PMcarlw
05/04/2018, 9:17 PMedvin
05/04/2018, 9:22 PMJon White
05/04/2018, 11:15 PMedvin
05/05/2018, 8:45 AMNode.select()
, but it feels like you're attacking this the wrong way. I would guess the UI elements are created based on a datastructure? Couldn't you navigate the data structure instead?nimakro
05/05/2018, 9:06 AMc(...)
- multi(c(...) | Color.*)
-Color.*
In addition Colors will now not only be recognized in the `Stylesheet`class but in any other class as long as the class is part of a tfx project (sorry @anidotnet that you had to wait that long for this feature 😉 )nimakro
05/05/2018, 9:06 AMColors2.png▾
nimakro
05/05/2018, 9:06 AMColors3.png▾
edvin
05/05/2018, 9:42 AMnimakro
05/05/2018, 9:54 AMReferences work now as well ;-)▾
Jon White
05/05/2018, 4:15 PMNode.select()
. I agree -- I think it was the wrong strategy. I ended up moving objects into a data structure within a model object, and am now indeed iterating through that. I'm also leveraging Properties for connectivity. I've still a bit to learn about JavaFX as TornadoFX is my first exposure. Things are coming along nicely now. 👍edvin
05/05/2018, 5:05 PMuser
05/05/2018, 10:08 PMuser
05/07/2018, 7:11 AMSola
05/07/2018, 7:57 AMimageview
fit it's parent's (stage actually) size but it doesn't work for me, could someone help me?user
05/07/2018, 4:35 PMedvin
05/07/2018, 7:14 PMfitToParentSize()
work as expected for ImageView, what do you think?abhinay
05/07/2018, 7:16 PMedvin
05/07/2018, 7:24 PM