Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
internal Error by using horizontalSplitPanel
Hello,
when using horizontalSplitPanel.setSplitPosition(750, Sizeable.UNITS_PIXELS); generates the applications a internal Error.
horizontalSplitPanel = new HorizontalSplitPanel();
[b]horizontalSplitPanel.setSplitPosition(750, Sizeable.UNITS_PIXELS);[/b]
horizontalSplitPanel.setLocked(false);
horizontalSplitPanel.setHeight("450px");
horizontalSplitPanel.setWidth("100%");
addComponent(horizontalSplitPanel);
If I remove the line, the error no longer occurs.
Maybe someone has a tip, why this might be?
Thanks in advance
Last updated on Jun, 30th 2012
The problem has done himself.
Under Netbeans it is problem with the version of Vaadin, when both are in the lib folder.
Removing the old version, dissolves the problem.
Last updated on
You cannot reply to this thread.