Re: [GroovyFX] Hybrid FXML / builder approach

2017-02-24 Thread Charles Monteiro
thanks Andres On Fri, Feb 24, 2017 at 1:27 PM, Andres Almiray wrote: > Hi Charles, > > Yes, it's possible to build a hybrid view with both FXML injected fields > and GroovyFX. > Have a look at http://griffon-framework.org/tutorials/4_javafx_views.html# > _tutorial_4_6 > Even

Re: [GroovyFX] Hybrid FXML / builder approach

2017-02-24 Thread Andres Almiray
Hi Charles, Yes, it's possible to build a hybrid view with both FXML injected fields and GroovyFX. Have a look at http://griffon-framework.org/tutorials/4_javafx_views.html#_tutorial_4_6 Even though it's not a "pure" GroovyFX example it shows that your goal is attainable. Cheers, Andres

[GroovyFX] Hybrid FXML / builder approach

2017-02-24 Thread Charles Monteiro
Hi, new to this list, please enroll me. I would like to use FXML and builders in conjunction i.e. build the general UI with SceneBuilder but for dynamic aspects e.g building tables based on a target RDMS table , I would like to use GroovyFX builders e.g. iterate over column specs retrieved from