Welcome Guest Search | Active Topics | Sign In | Register

Issue with Office task pane to EO Web browser communication Options
Keyur
Posted: Tuesday, November 15, 2016 7:48:54 AM
Rank: Member
Groups: Member

Joined: 10/13/2016
Posts: 11
We have a VSTO(Visual studio tool for office) addin for Excel where we have added a Custom task pane app. In the custom task pane , we have EO web browser control. In the web browser control, when we open a site like salesforce chatter and try to click on topic link from chatter feeds.

We can't get click event of topic hyperlink. we tried to do the same with the Windows forms application where we are able to click on topic link.

We have used before navigate, new window event in our code. everything handle using this two events.

How can i share sample code with you?
eo_support
Posted: Tuesday, November 15, 2016 9:12:30 AM
Rank: Administration
Groups: Administration

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

As to before navigate event, please review the answer we gave you before:

https://www.essentialobjects.com/forum/postst10095_Showing-nothing-on-EOWeb-browser-when-page-is-loading-with-beforeNavigate-event.aspx

As to NewWindow event, please see here for details:

https://www.essentialobjects.com/doc/webbrowser/advanced/new_window.aspx

We did fix an issue related to mouse move (not mouse click) in the latest build, so you may want to update to that build to see if it resolves some issue for you.

You can find instructions on sending test project to us here:

https://www.essentialobjects.com/forum/test_project.aspx

Please keep in mind that we are here to provide support to our product, we DO NOT do general troubleshooting for our customer. As such if it is obvious that the problem is a code error on your end, we will not review your code and tell you what's wrong with it. You will need to resolve such issues yourself. In your case, the only thing we can tell you or investigate is if you cancel a Url inside BeforeNavigate, then it won't load. As such if you can send us a test project that clearly show for a specific Url that you did not cancel but the page still does not load, then we will investigate. We will not review your project code and tell you that you should write your code such and such so that it does what you wanted.

Thanks!
Keyur
Posted: Tuesday, November 15, 2016 11:13:09 PM
Rank: Member
Groups: Member

Joined: 10/13/2016
Posts: 11
I am aware of my all previous article and better idea about before navigate event and new window event. If you can read carefully my question. i can't get any event when i click on "Topic" Hyperlink.

Problem happens when i use office taskpane with EO web browser only.

I am also aware that, you are provide support to your product only. In my sample code, i do not cancel a url inside before navigate.

Let me send you sample code, if you can get some idea.
eo_support
Posted: Wednesday, November 16, 2016 12:33:28 PM
Rank: Administration
Groups: Administration

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

Please see here for more information on how to send sample code to us:

https://www.essentialobjects.com/forum/test_project.aspx

Thanks!


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.