|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Version: EO.Total 2023.2.65 System: Win10 x64(10.0.19045.2604)
LoadCompleted is not firing when browsing local files How do I know it has been loaded when browsing local files? Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Sorry about the delay. We have sent a test build to you through private message. Please let us know if that test build demonstrates the same problem.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Version:23.3.13.0
Thanks for your help! If you enter the address manually, it will trigger If you drag and drop the file into the control, it will not trigger
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
mose.jeziel wrote:Version:23.3.13.0 If you drag and drop the file into the control, it will not trigger Hi, We have confirmed this to be a problem. This issue will be resolved in our next build. We will reply here again as soon as the new build is available. Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is just to let you know that we have posted a new build (23.3.31) that should fire LoadCompleted event for drop load. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Thanks, its work! But I found a new problem If the server closes the link while accessing, the URL in the webview will be empty.
|
|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Version: EO.Total 2023.3.31 System: Win10 x64(10.0.19045.2604)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is normal. The WebView's Url property only changes after certain stages of the load completes successfully. NavigationTask's Url on the other hand should have the actualy Url value regardless the load succeeded or not.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Thanks! But I found a new problem Because I need to display the search results, how to know the search is complete? Could you provide an event like FindSessionComplete?
|
|
Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Hi, I have solved There is an Updated event in the FindSession class
|
|