zedalaye / dcef1

The Delphi Chromium Embedded Component that uses CEF1
6 stars 2 forks source link

access violation in module guiclient #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. typing in url in guiclient and pressing enter (ie bbc.co.uk)
2. file->print

What is the expected output? What do you see instead?
1. expected to go to bbc.co.uk
2. expected to see print preview or for printer to kick in

What version of the product are you using? On what operating system?
Windows 7
Delphi 7
dcef 181

Please provide any additional information below.
stepping through the code, both 
"crm.Browser.MainFrame.LoadUrl(edAddress.Text);" and 
"crm.Browser.MainFrame.Print;" lead directly to "TCefBrowserRef.CanGoForward" !!
back & forward buttons work ok though

Original issue reported on code.google.com by van...@gmail.com on 27 Feb 2011 at 2:25

GoogleCodeExporter commented 8 years ago

Original comment by hgourv...@gmail.com on 27 Feb 2011 at 8:50