You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Steve,
First thing first, thanks for sharing such valuable material.
Your blog post commenting seems closed so sorry for this github channel.
A question remains though, with such architecture what is the cleanest way to customize the error message ?
Currently, and for sake of clarity, I understand that it's hard-coded in fxml. What I want to achieve is a builder-like :
Trouble is that I can update fxml dialog fields' only in controller(with @FXML), but latter is injected in FXMLDialog view on build time in ScreensConfiguration. I also want to re-use FXMLDialog for other kind of dialog.
Thanks in advance,
Cheers,
Ben
The text was updated successfully, but these errors were encountered:
Hi Steve,
First thing first, thanks for sharing such valuable material.
Your blog post commenting seems closed so sorry for this github channel.
A question remains though, with such architecture what is the cleanest way to customize the error message ?
Currently, and for sake of clarity, I understand that it's hard-coded in fxml. What I want to achieve is a builder-like :
Trouble is that I can update fxml dialog fields' only in controller(with @FXML), but latter is injected in FXMLDialog view on build time in ScreensConfiguration. I also want to re-use FXMLDialog for other kind of dialog.
Thanks in advance,
Cheers,
Ben
The text was updated successfully, but these errors were encountered: