It will be done asap :) (css and fxml, I'm currently refactory images resources management)
CSS will be managed as hot-swappable files (If possible)
I have also planned to automatically update JRebirth properties when file is changed (A custom service will manage this behaviour)
Seb
Le mercredi 12 juin 2013 13:06:32 UTC+2, Rajmahendra R a écrit :
I like the Resource part of JR...
We may add resource support for CSS and FXML. (just a thought)
JRebirth provides a custom way to manage FXML document.
You find some unit test describing how integration is performed:
https://github.com/JRebirth/JRebirth/tree/master/org.jrebirth/core/src/test/java/org/jrebirth/core/ui/fxml
I'll manage fxml reference as Resource (as Image with a link with their own properties files)
Seb
Le mercredi 12 juin 2013 12:04:05 UTC+2, Rajmahendra R a écrit :
Seb,
For FXML. The MVC super class are same right ? ( DefaultView)
Only difference is we will write following code in getContentPanel
@Override
protected Node getContentPanel() {
this.archComponent = FXMLUtils.loadFXML(getModel(), "org/jrebirth/presentation/ui/slides/arch/ArchNode.fxml");
this.archComponent.getNode().setScaleX(4);
this.archComponent.getNode().setScaleY(4);
this.archComponent.getNode().setScaleZ(4);
return this.archComponent.getNode();
}
Same like non FXML screens, can we crate FXML MVC without Controller ?
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes JRebirth Developers.