linspinho
linspinho
You're right! My bad! Maybe my mistake was to put this problem in ISSUES, I should have put this in DISCUSSION. Anyway, I have been working on for several days,...
Hello tbee, thanks for your time! After you said that JFXtras uses the same ControlsFX's framework, I know I have ControlsFX and 2 days ago I had tried it, so...
It is not only SVN only, it is: ERROR: Class name: org.tigris.subversion.javahl.ChangelistCallback ERROR: Initial filename: org/tigris/subversion/javahl/ChangelistCallback.class ERROR: Class name: org.apache.subversion.javahl.callback.StatusCallback ERROR: Initial filename: org/apache/subversion/javahl/callback/StatusCallback.class ERROR: Class name: org.eclipse.equinox.internal.simpleconfigurator.manipulator.SimpleConfiguratorManipulatorFactoryImpl ERROR: Initial...
As indicated from another user here: https://github.com/appreciated/vaadin-app-layout/issues/297, I have fix that with a workaround: "UI.getCurrent().getPage().setLocation(...);" instead of "this.getUI().ifPresent(ui -> ui.navigate(...));" in my login page. It seems to be a vaadin...