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
This works fine but i need to add some window events to the stage because everytime when i show the window i have to update my data. I try the to implement the flowing code in the controller but i have no idea where i can call this method.
`
public void addEvents() {
Window window = vbox.getScene().getWindow();
Hi
First I want to thank you for the great Project.
I am not sure this is the correct place for this question, when not sorry about the circumstances.
I use then new showView method (implement with 1.3.30) and call the new window like this.
App.showView(SettingsView.class, Modality.WINDOW_MODAL);
This works fine but i need to add some window events to the stage because everytime when i show the window i have to update my data. I try the to implement the flowing code in the controller but i have no idea where i can call this method.
`
public void addEvents() {
Window window = vbox.getScene().getWindow();
`
Thank you
Patric
The text was updated successfully, but these errors were encountered: