<div dir="ltr"><div><div><div><div><div>Thanks for the responses.<br></div>I had already found out about the extra '/'.<br></div>My problem is with just one user and the fact that TWebBrowser does depend on IE and so inherits the settings of the local IE configuration which seems to be the issue at the moment.<br></div>TEmbeddedWebBrowser .... The most up to date download I have found is for XE only, are there later versions available XE2, XE5 ?<br></div>Regards<br></div>Graham<br><div><div><div><div><div><div><br><br><br><div class="gmail_extra"><br><div class="gmail_quote">On 31 October 2014 12:00, <span dir="ltr"><<a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Delphi mailing list submissions to<br>
<a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://listserver.123.net.nz/mailman/listinfo/delphi" target="_blank">http://listserver.123.net.nz/mailman/listinfo/delphi</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:delphi-owner@listserver.123.net.nz">delphi-owner@listserver.123.net.nz</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Delphi digest..."<br>
<br>Today's Topics:<br>
<br>
1. TWebBrowser ... Navigation to the webpage was canceled<br>
(Graham Marsden)<br>
2. Re: TWebBrowser ... Navigation to the webpage was canceled<br>
(Jeremy Coulter)<br>
3. Re: TWebBrowser ... Navigation to the webpage was canceled<br>
(Alister Christie)<br>
4. Re: TWebBrowser ... Navigation to the webpage was canceled<br>
(Jeremy Coulter)<br>
<br><br>---------- Forwarded message ----------<br>From: Graham Marsden <<a href="mailto:grahamarsden@gmail.com">grahamarsden@gmail.com</a>><br>To: <a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a><br>Cc: <br>Date: Thu, 30 Oct 2014 21:42:15 +1300<br>Subject: [DUG] TWebBrowser ... Navigation to the webpage was canceled<br><div dir="ltr"><div><div><div><div>Hi All<br><br></div>Does anyone have any experience with TWebBrowser showing a message ... "Navigation to the webpage was canceled" instead of the resource navigated to.?<br><br></div>This is happening when the resource is a PDF file on the local machine, not an actual web page. It seems to be related to settings in the installed instance of Internet Explorer on the local machine and not any file attribute of the target file(s)<br><br></div>Any assistance very much appreciated.<br><br></div>Graham Marsden.<br></div>
<br><br>---------- Forwarded message ----------<br>From: Jeremy Coulter <<a href="mailto:jscoulter@gmail.com">jscoulter@gmail.com</a>><br>To: NZ Borland Developers Group - Delphi List <<a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a>><br>Cc: <br>Date: Thu, 30 Oct 2014 21:53:17 +1300<br>Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled<br><div dir="ltr">It may be how you are accessing the file.<div>just to check, you can doing myWB.Navigate2('file://path/filename.xxx') ? (I think its Navigate2)</div><div><br></div><div>I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than TWebBrowser which has a few more features.</div><div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <span dir="ltr"><<a href="mailto:grahamarsden@gmail.com" target="_blank">grahamarsden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi All<br><br></div>Does anyone have any experience with TWebBrowser showing a message ... "Navigation to the webpage was canceled" instead of the resource navigated to.?<br><br></div>This is happening when the resource is a PDF file on the local machine, not an actual web page. It seems to be related to settings in the installed instance of Internet Explorer on the local machine and not any file attribute of the target file(s)<br><br></div>Any assistance very much appreciated.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Graham Marsden.<br></font></span></div>
<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>
<br><br>---------- Forwarded message ----------<br>From: Alister Christie <<a href="mailto:alister@salespartner.co.nz">alister@salespartner.co.nz</a>><br>To: NZ Borland Developers Group - Delphi List <<a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a>><br>Cc: <br>Date: Fri, 31 Oct 2014 09:20:14 +1300<br>Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled<br><div dir="ltr">You may also need to specify <span style="font-family:arial,sans-serif;font-size:13px">myWB.Navigate('file:///path/</span><span style="font-family:arial,sans-serif;font-size:13px">filename.xxx') (with an extra '/'). Not sure if this is relevant though as many browsers infer the extra '/'. See </span><font face="arial, sans-serif"><a href="http://en.wikipedia.org/wiki/File_URI_scheme" target="_blank">http://en.wikipedia.org/wiki/File_URI_scheme</a></font></div><div class="gmail_extra"><br clear="all"><div><div><pre cols="72">Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
<a href="http://www.salespartner.co.nz" target="_blank">http://www.salespartner.co.nz</a>
Follow us on Twitter <a href="http://twitter.com/salespartner" target="_blank">http://twitter.com/salespartner</a>
PO Box 13085
Johnsonville
Wellington</pre></div></div>
<br><div class="gmail_quote">On Thu, Oct 30, 2014 at 9:53 PM, Jeremy Coulter <span dir="ltr"><<a href="mailto:jscoulter@gmail.com" target="_blank">jscoulter@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It may be how you are accessing the file.<div>just to check, you can doing myWB.Navigate2('file://path/filename.xxx') ? (I think its Navigate2)</div><div><br></div><div>I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than TWebBrowser which has a few more features.</div><div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <span dir="ltr"><<a href="mailto:grahamarsden@gmail.com" target="_blank">grahamarsden@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><div><div><div>Hi All<br><br></div>Does anyone have any experience with TWebBrowser showing a message ... "Navigation to the webpage was canceled" instead of the resource navigated to.?<br><br></div>This is happening when the resource is a PDF file on the local machine, not an actual web page. It seems to be related to settings in the installed instance of Internet Explorer on the local machine and not any file attribute of the target file(s)<br><br></div>Any assistance very much appreciated.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Graham Marsden.<br></font></span></div>
<br></div></div>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>
<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>
<br><br>---------- Forwarded message ----------<br>From: Jeremy Coulter <<a href="mailto:jscoulter@gmail.com">jscoulter@gmail.com</a>><br>To: NZ Borland Developers Group - Delphi List <<a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a>><br>Cc: <br>Date: Fri, 31 Oct 2014 09:41:11 +1300<br>Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled<br><div dir="ltr">Oh yeah woops.....Alistair is right about the extra '/' :-)<div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 9:20 AM, Alister Christie <span dir="ltr"><<a href="mailto:alister@salespartner.co.nz" target="_blank">alister@salespartner.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You may also need to specify <span style="font-family:arial,sans-serif;font-size:13px">myWB.Navigate('file:///path/</span><span style="font-family:arial,sans-serif;font-size:13px">filename.xxx') (with an extra '/'). Not sure if this is relevant though as many browsers infer the extra '/'. See </span><font face="arial, sans-serif"><a href="http://en.wikipedia.org/wiki/File_URI_scheme" target="_blank">http://en.wikipedia.org/wiki/File_URI_scheme</a></font></div><div class="gmail_extra"><span><font color="#888888"><br clear="all"><div><div><pre cols="72">Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
<a href="http://www.salespartner.co.nz" target="_blank">http://www.salespartner.co.nz</a>
Follow us on Twitter <a href="http://twitter.com/salespartner" target="_blank">http://twitter.com/salespartner</a>
PO Box 13085
Johnsonville
Wellington</pre></div></div></font></span><div><div>
<br><div class="gmail_quote">On Thu, Oct 30, 2014 at 9:53 PM, Jeremy Coulter <span dir="ltr"><<a href="mailto:jscoulter@gmail.com" target="_blank">jscoulter@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It may be how you are accessing the file.<div>just to check, you can doing myWB.Navigate2('file://path/filename.xxx') ? (I think its Navigate2)</div><div><br></div><div>I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than TWebBrowser which has a few more features.</div><div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <span dir="ltr"><<a href="mailto:grahamarsden@gmail.com" target="_blank">grahamarsden@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><div><div><div>Hi All<br><br></div>Does anyone have any experience with TWebBrowser showing a message ... "Navigation to the webpage was canceled" instead of the resource navigated to.?<br><br></div>This is happening when the resource is a PDF file on the local machine, not an actual web page. It seems to be related to settings in the installed instance of Internet Explorer on the local machine and not any file attribute of the target file(s)<br><br></div>Any assistance very much appreciated.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Graham Marsden.<br></font></span></div>
<br></div></div>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>
<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Delphi mailing list<br>
<a href="mailto:Delphi@listserver.123.net.nz">Delphi@listserver.123.net.nz</a><br>
<a href="http://listserver.123.net.nz/mailman/listinfo/delphi" target="_blank">http://listserver.123.net.nz/mailman/listinfo/delphi</a><br></blockquote></div><br></div></div></div></div></div></div></div></div>