[DUG] Delphi (Embedded)WebBrowser Component
Graham Marsden
grahamarsden at gmail.com
Fri Oct 31 13:55:17 NZDT 2014
Thanks for the responses.
I had already found out about the extra '/'.
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.
TEmbeddedWebBrowser .... The most up to date download I have found is for
XE only, are there later versions available XE2, XE5 ?
Regards
Graham
On 31 October 2014 12:00, <delphi-request at listserver.123.net.nz> wrote:
> Send Delphi mailing list submissions to
> delphi at listserver.123.net.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://listserver.123.net.nz/mailman/listinfo/delphi
> or, via email, send a message with subject or body 'help' to
> delphi-request at listserver.123.net.nz
>
> You can reach the person managing the list at
> delphi-owner at listserver.123.net.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Delphi digest..."
>
> Today's Topics:
>
> 1. TWebBrowser ... Navigation to the webpage was canceled
> (Graham Marsden)
> 2. Re: TWebBrowser ... Navigation to the webpage was canceled
> (Jeremy Coulter)
> 3. Re: TWebBrowser ... Navigation to the webpage was canceled
> (Alister Christie)
> 4. Re: TWebBrowser ... Navigation to the webpage was canceled
> (Jeremy Coulter)
>
>
> ---------- Forwarded message ----------
> From: Graham Marsden <grahamarsden at gmail.com>
> To: delphi at listserver.123.net.nz
> Cc:
> Date: Thu, 30 Oct 2014 21:42:15 +1300
> Subject: [DUG] TWebBrowser ... Navigation to the webpage was canceled
> Hi All
>
> Does anyone have any experience with TWebBrowser showing a message ...
> "Navigation to the webpage was canceled" instead of the resource navigated
> to.?
>
> 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)
>
> Any assistance very much appreciated.
>
> Graham Marsden.
>
>
> ---------- Forwarded message ----------
> From: Jeremy Coulter <jscoulter at gmail.com>
> To: NZ Borland Developers Group - Delphi List <
> delphi at listserver.123.net.nz>
> Cc:
> Date: Thu, 30 Oct 2014 21:53:17 +1300
> Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled
> It may be how you are accessing the file.
> just to check, you can doing myWB.Navigate2('file://path/filename.xxx')
> ? (I think its Navigate2)
>
> I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than TWebBrowser
> which has a few more features.
>
> Jeremy
>
> On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <grahamarsden at gmail.com>
> wrote:
>
>> Hi All
>>
>> Does anyone have any experience with TWebBrowser showing a message ...
>> "Navigation to the webpage was canceled" instead of the resource navigated
>> to.?
>>
>> 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)
>>
>> Any assistance very much appreciated.
>>
>> Graham Marsden.
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at listserver.123.net.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with
>> Subject: unsubscribe
>>
>
>
>
> ---------- Forwarded message ----------
> From: Alister Christie <alister at salespartner.co.nz>
> To: NZ Borland Developers Group - Delphi List <
> delphi at listserver.123.net.nz>
> Cc:
> Date: Fri, 31 Oct 2014 09:20:14 +1300
> Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled
> You may also need to specify myWB.Navigate('file:///path/filename.xxx')
> (with an extra '/'). Not sure if this is relevant though as many browsers
> infer the extra '/'. See http://en.wikipedia.org/wiki/File_URI_scheme
>
> Alister Christie
> Computers for People
> Ph: 04 471 1849 Fax: 04 471 1266http://www.salespartner.co.nz
> Follow us on Twitter http://twitter.com/salespartner
> PO Box 13085
> Johnsonville
> Wellington
>
>
> On Thu, Oct 30, 2014 at 9:53 PM, Jeremy Coulter <jscoulter at gmail.com>
> wrote:
>
>> It may be how you are accessing the file.
>> just to check, you can doing
>> myWB.Navigate2('file://path/filename.xxx') ? (I think its Navigate2)
>>
>> I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than TWebBrowser
>> which has a few more features.
>>
>> Jeremy
>>
>> On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <grahamarsden at gmail.com>
>> wrote:
>>
>>> Hi All
>>>
>>> Does anyone have any experience with TWebBrowser showing a message ...
>>> "Navigation to the webpage was canceled" instead of the resource navigated
>>> to.?
>>>
>>> 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)
>>>
>>> Any assistance very much appreciated.
>>>
>>> Graham Marsden.
>>>
>>> _______________________________________________
>>> NZ Borland Developers Group - Delphi mailing list
>>> Post: delphi at listserver.123.net.nz
>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with
>>> Subject: unsubscribe
>>>
>>
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at listserver.123.net.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with
>> Subject: unsubscribe
>>
>
>
>
> ---------- Forwarded message ----------
> From: Jeremy Coulter <jscoulter at gmail.com>
> To: NZ Borland Developers Group - Delphi List <
> delphi at listserver.123.net.nz>
> Cc:
> Date: Fri, 31 Oct 2014 09:41:11 +1300
> Subject: Re: [DUG] TWebBrowser ... Navigation to the webpage was canceled
> Oh yeah woops.....Alistair is right about the extra '/' :-)
>
> Jeremy
>
> On Fri, Oct 31, 2014 at 9:20 AM, Alister Christie <
> alister at salespartner.co.nz> wrote:
>
>> You may also need to specify myWB.Navigate('file:///path/filename.xxx')
>> (with an extra '/'). Not sure if this is relevant though as many browsers
>> infer the extra '/'. See http://en.wikipedia.org/wiki/File_URI_scheme
>>
>> Alister Christie
>> Computers for People
>> Ph: 04 471 1849 Fax: 04 471 1266http://www.salespartner.co.nz
>> Follow us on Twitter http://twitter.com/salespartner
>> PO Box 13085
>> Johnsonville
>> Wellington
>>
>>
>> On Thu, Oct 30, 2014 at 9:53 PM, Jeremy Coulter <jscoulter at gmail.com>
>> wrote:
>>
>>> It may be how you are accessing the file.
>>> just to check, you can doing
>>> myWB.Navigate2('file://path/filename.xxx') ? (I think its Navigate2)
>>>
>>> I dont use TWebBrowser, I use TEmbeddedWebBrowser rather than
>>> TWebBrowser which has a few more features.
>>>
>>> Jeremy
>>>
>>> On Thu, Oct 30, 2014 at 9:42 PM, Graham Marsden <grahamarsden at gmail.com>
>>> wrote:
>>>
>>>> Hi All
>>>>
>>>> Does anyone have any experience with TWebBrowser showing a message ...
>>>> "Navigation to the webpage was canceled" instead of the resource navigated
>>>> to.?
>>>>
>>>> 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)
>>>>
>>>> Any assistance very much appreciated.
>>>>
>>>> Graham Marsden.
>>>>
>>>> _______________________________________________
>>>> NZ Borland Developers Group - Delphi mailing list
>>>> Post: delphi at listserver.123.net.nz
>>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz
>>>> with Subject: unsubscribe
>>>>
>>>
>>>
>>> _______________________________________________
>>> NZ Borland Developers Group - Delphi mailing list
>>> Post: delphi at listserver.123.net.nz
>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with
>>> Subject: unsubscribe
>>>
>>
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at listserver.123.net.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with
>> Subject: unsubscribe
>>
>
>
> _______________________________________________
> Delphi mailing list
> Delphi at listserver.123.net.nz
> http://listserver.123.net.nz/mailman/listinfo/delphi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20141031/587df643/attachment.html
More information about the Delphi
mailing list