groovyfx-project / groovyfx

A library for writing JavaFX 8 applications in the Groovy language.
http://groovyfx.org
Apache License 2.0
199 stars 50 forks source link

Add builder support for javafx.scene.control.ButtonBar #32

Closed shnplr closed 8 years ago

shnplr commented 8 years ago

groovy.util.FactoryBuilderSupport createNode WARNING: Could not find match for name 'buttonBar' e.g.

buttonBar {
    button buttonData: OK
    button buttonData: APPLY
    button buttonData: CANCEL
}

I'm trying to use this inside a Griffon application if it makes any difference

aalmiray commented 8 years ago

Fixed with https://github.com/groovyfx-project/groovyfx/commit/6423cb9de6ff17dce55ddba3b380118eaab10504