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
Oh yes, this is a change in Domino-UI that has not been integrated into the boot-starter project.
Domino-UI is a SNAPSHOT version. In your case you are downloading the latest version, which changes the method name.
The new name of the method is: addLeftAddOn.
I will update the project with the next release (cause there are many more changes.)
I used Nalu Initializer for my first nalu project and have compile errors:
[ERROR] /D:/WORKS109/PROJECTS/java/eclipse201906_projects/oisviewer2/oisviewer2-client/src/main/java/nipi/ois/viewer/nalu/oisviewer2/client/ui/login/content/login/LoginComponent.java:[46,34] cannot find symbol
symbol: method setLeftAddon(org.dominokit.domino.ui.icons.Icon)
location: class org.dominokit.domino.ui.forms.TextBox
[ERROR] /D:/WORKS109/PROJECTS/java/eclipse201906_projects/oisviewer2/oisviewer2-client/src/main/java/nipi/ois/viewer/nalu/oisviewer2/client/ui/login/content/login/LoginComponent.java:[49,34] cannot find symbol
symbol: method setLeftAddon(org.dominokit.domino.ui.icons.Icon)
location: class org.dominokit.domino.ui.forms.TextBox
[INFO] 2 errors
I generated project with:
The text was updated successfully, but these errors were encountered: