access violation in module guiclient
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
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
Original comment by hgourv...@gmail.com
on 27 Feb 2011 at 8:50
- Changed state: Invalid