Welcome Guest Search | Active Topics | Sign In | Register

Drag And Drop Reloads Page Options
Ziraat Teknoloji
Posted: Monday, January 8, 2018 2:30:02 AM
Rank: Newbie
Groups: Member

Joined: 10/26/2017
Posts: 6
Hi,

We are using DevExpress.XtraTabbedMdi.XtraTabbedMdiManager in our project. When we drag and drop our form from main form, eoWebview reloads the page. I will send a test project.

We don't want reloading for pages in our project. Do you have any suggestion for that?

Thanks a lot!
eo_support
Posted: Monday, January 8, 2018 12:42:50 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,082
Hi,

We have looked into the test project you sent to us and confirmed this to be an issue on our side. This will be fixed in our next build. We will reply here again when the new build is out.

Thanks!
eo_support
Posted: Tuesday, January 16, 2018 9:43:01 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,082
Hi,

This is just to let you know that we have posted a new build that addressed this issue. You will need to:

1. Download the new build from our download page and switch to that build;
2. Set this property to a relatively large value:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.unloaddelay.aspx

Step 2 is necessary because DevExpress destroys the tab when you start to drag a tab out and a WebView is set to begin destruction (after a delay) when its parent window (in this case the tab) has been destroyed. UnloadDelay controls how long this delay is (in milliseconds). The default value is 300 milliseconds, so unless the whole drag and drop operation is completed during this time frame, the WebView will have been destroyed half way into the drag and drop, which would cause the reload.

The same does not occur when you drag a tab in. DevExpress does not destroy the floating window until the window is dropped in place. Because it immediately creates a new tab to hosts the WebView after it destroyed the floating window, the default UnloadDelay will usually suffice for this stage. This feature did not work properly in previous builds, so reload occurred in this stage in old builds as well.

Hope this helps. Please feel free to let us know if you still have any question.

Thanks!
Ziraat Teknoloji
Posted: Wednesday, January 17, 2018 1:01:25 AM
Rank: Newbie
Groups: Member

Joined: 10/26/2017
Posts: 6
We tested the new version and it solved our problem.
Thank you.
eo_support
Posted: Wednesday, January 17, 2018 9:12:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,082
You are very welcome. Please feel free to let us know if there is anything else.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.