Re: GroovyFx binding to two properties

2017-01-20 Thread Andres Almiray
You must create a composite binding. The standard JavaFX API provides a `javafx.beans.binding.Bindings` class that can be used to create a BooleanBinding out of a group of ObservableValues. There's also EasyBind (my personal favorite) https://github.com/TomasMikula/EasyBind You may create a

Re: A strange script

2017-01-20 Thread Guillaume Laforge
Hi Yang, Interpolated values in a GString that are closures are executed. Have a look at the documentation which shows some examples of this: http://groovy-lang.org/syntax.html#_special_case_of_interpolating_closure_expressions Guillaume On Fri, Jan 20, 2017 at 8:22 AM, Yang Yang