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, 2 weeks ago
DragAndDropWrapper view refresh
Hi,
I use a DragAndDropWrapper similar to
https://dev.vaadin.com/svn/demo/sampler/src/com/vaadin/demo/sampler/features/dragndrop/
DragDropHtml5ToFromDesktopExample.java
and want to update my current view instead of opening a new window as shown in the example.
StreamVariable streamVariable = new StreamVariable() {
public void streamingFinished(
StreamingEndEvent event) {
// view is updated here
}
};
}
But the view doesn't refresh.
setImmediately() and markAsDirty() didn't help too.
Any Ideas?
Last updated on
This was solved by
https://dev.vaadin.com/ticket/19616
in vaadin 7.6.4
Last updated on
You cannot reply to this thread.