-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade GWT Boot to JDK 11, GWT 2.9 and all other up-to-date libraries #11
Comments
All examples are working well, except the newest version of DominoUI: This happens on both examples of DominoUI:
They have the same look and feel problems, see file attachment: @vegegoku: Could you please take a look at this L&F problem? Thanks a lot! See also: https://gitter.im/DominoKit/domino |
Update to elemento-core 1.0.1, it uses Java 8 for backward compatibility. See: hal/elemento#83 |
All examples updated as this GWT Boot modules: gwtboot/gwt-boot-modules#13 |
A design problem in the example DominoUI with Dagger2: todoItemsListGroup: Is there any way to take out: from the In the example with Dagger2 I need to separate the "UI layout" from the "View Logic" therefore I need to add the " In: I could take it out because it doesn't add any Listener... See: https://github.com/gwtboot/gwt-boot-samples/blob/master/gwt-boot-sample-ui-domino-dagger2/src/main/java/com/github/gwtboot/sample/ui/domino/client/ui/HelloWorldUiBinder.java .... how could I get the " |
Check and done! |
... and all the examples should work properly with the new versions.
The text was updated successfully, but these errors were encountered: