carlw
05/30/2017, 3:02 PMcarlw
05/30/2017, 3:02 PMthomasnield
05/30/2017, 5:50 PMthomasnield
05/30/2017, 5:51 PMthomasnield
05/30/2017, 5:52 PMcarlw
05/30/2017, 5:52 PMthomasnield
05/30/2017, 5:53 PMthomasnield
05/30/2017, 5:55 PMcarlw
05/30/2017, 5:57 PMcarlw
05/30/2017, 5:58 PMcarlw
05/30/2017, 6:00 PMcarlw
05/30/2017, 6:02 PMalexp11223
05/30/2017, 6:32 PMoutputArea = textarea(viewModel.outputProperty) {
isEditable = false
textProperty().onChange {
outputArea.scrollTop = Double.MAX_VALUE
}
}
as well as appendText("")
and
selectPositionCaret(length)
deselect()
carlw
05/30/2017, 6:56 PMedvin
05/30/2017, 6:59 PMtextProperty().onChange { end() }
would work?edvin
05/30/2017, 6:59 PMcarlw
05/30/2017, 7:00 PMcarlw
05/30/2017, 7:01 PMcarlw
05/30/2017, 7:01 PMcarlw
05/30/2017, 7:01 PMalexp11223
05/30/2017, 7:03 PMtextProperty().onChange {
end()
}
doesn't work toocarlw
05/30/2017, 7:08 PMcarlw
05/30/2017, 7:08 PMalexp11223
05/30/2017, 7:09 PMedvin
05/30/2017, 7:10 PMisEditable = false
?alexp11223
05/30/2017, 7:10 PMedvin
05/30/2017, 7:10 PMedvin
05/30/2017, 7:11 PMalexp11223
05/30/2017, 7:11 PM