JavaFX 3D : Is FXML support for TriangleMesh available or planned?

Tom Schindl tom.schindl at bestsolution.at
Tue Apr 9 04:12:10 PDT 2013


sorry there was a paragraph missing in the last mail.
On 09.04.13 13:09, Tom Schindl wrote:
> Hi Kevin,
>
> I just tried writing a custom Builder. If the builder is implemented by
> the JavaFX team (and found in the same package as the original class)
> things work smoothly.
>
> What currently does not work is if I try to contribute FXML a custom
> builder by setting the BuilderFactory. Somehow the FXML-Loader still
> tries to locate informations which is just plain wrong. I'll file an

tries to locate informations on the Bean which is just plain wrong if it 
gets a builder (sometimes there aren't any properties because the value 
can be set only using the constructor). I'll file an

> extra bug for this against FXML - in case the FX-Team does not provide
> them we could at least fix the problem ourselves by setting a custom
> builder factory on the FXMLLoader.
>
> Tom
>

Tom



More information about the openjfx-dev mailing list