kastork
05/09/2017, 8:45 PMkastork
05/09/2017, 8:45 PMkastork
05/09/2017, 8:46 PMedvin
05/09/2017, 8:47 PMnimakro
05/09/2017, 8:55 PMStringProperties
to one, so that any of the changes will be reflected in the one StringProperty
they are bound to?edvin
05/09/2017, 8:56 PMstringBinding(stringProp1, stringProp2) { "${stringProp1.value} - ${stringProp2.value}" }
?carlw
05/09/2017, 8:59 PMnimakro
05/09/2017, 9:04 PMcarlw
05/09/2017, 11:06 PMchris-hatton
05/09/2017, 11:54 PMkastork
05/09/2017, 11:56 PMkastork
05/09/2017, 11:57 PMthomasnield
05/10/2017, 12:07 AMthomasnield
05/10/2017, 12:08 AMthomasnield
05/10/2017, 12:09 AMchris-hatton
05/10/2017, 12:09 AMnyxcharon
05/10/2017, 12:11 AMadd(button("Add") {
setOnAction {
model.choices.value.add(Iris.activeChoice)
}
})
choiceList = listview(model.choices) {
isEditable = true
cellFactory = ComboBoxListCell.forListView(Iris.getChoices().observable())
}
nimakro
05/10/2017, 5:31 AMor
binding but for strings I couldn't find anything like that..carlw
05/10/2017, 11:10 AMnimakro
05/10/2017, 11:30 AMmikehearn
05/10/2017, 11:59 AMmikehearn
05/10/2017, 11:59 AMmikehearn
05/10/2017, 11:59 AMmikehearn
05/10/2017, 12:00 PMmikehearn
05/10/2017, 12:00 PMmikehearn
05/10/2017, 12:00 PMchris-hatton
05/10/2017, 12:02 PMchris-hatton
05/10/2017, 12:02 PMmikehearn
05/10/2017, 12:03 PMmikehearn
05/10/2017, 12:03 PM