|
Rank: Advanced Member Groups: Member
Joined: 7/21/2014 Posts: 129
|
Hi,
We actually try your EO.WebBrowser component before buy it for use it in our solutions.
We encounter a problem with the Print command of the contextual menu : when you click on the default Print of the contextual menu, nothing happens.
FYI, when we call the .Print() method everything works well.
We have reproduced this problem on 3 PCs (XP, 7 & 8) with the TabbedBrowser_VB project.
Thanks for your your help.
Fab
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, The default context menu provided by EO.WebBrowser does not have print. If you have added print to the menu with code through custom command, you must handle the WebView's Command event and call this method in your event handler: http://www.essentialobjects.com/doc/6/eo.webbrowser.webview.print_overloads.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2014 Posts: 129
|
In your TabbedBrowser_VB (and TabbedBrowser_CS too) samples there is a Print option in the context menu (v 3.0.68.0) between "Forward" and "View source". When we use the EO.WebBrowser.dll v 3.0.68.0 in a new project without custom anything, there is a "Print" command too... For see it, just comment the line
in the MainWindow.xaml.cs of your TabbedBrowser_CS project. Screenshot here : http://fr.tinypic.com/r/o7vhgz/8
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Thanks for the additional information. We were able to reproduce and fix the problem. Please see your private message for the download location of the new build that contains the fix.
|
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2014 Posts: 129
|
Your fix works well! Thanks for that!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
You are very welcome. Please feel free to let us know if there is anything else.
Thanks!
|
|