Re: Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Thank you very much, this did the trick! Best regards Tore > 20. mar. 2019 kl. 22:09 skrev hh via use-livecode > : > > on browserUnhandledLoadRequest pURl > -- do your thing with pURL, for example: > -- use libURL for showing progress > put url(pURL) into > end browserUnhandledLoadRequest

Re: Browser widget and downloading of files

2019-03-20 Thread hh via use-livecode
> Tore N. wrote: > Are there any ways to start a download of a file via a link in > the browser widget? It works fine in any other browser ... on browserUnhandledLoadRequest pURl -- do your thing with pURL, for example: -- use libURL for showing progress put url(pURL) into end browserUnhand

Re: Browser widget and downloading of files

2019-03-20 Thread Stephen Barncard via use-livecode
I think one has to specifically capture the link-click and deal with it in one's own code. -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, Mar 20, 2019 at 10:13 AM Tore Nilsen via use-livecode < use-livecode@lists.runrev.com> wrote: > Are there any ways to start a download of a

Browser widget and downloading of files

2019-03-20 Thread Tore Nilsen via use-livecode
Are there any ways to start a download of a file via a link in the browser widget? It works fine in any other browser, but not when the page is displayed in a browser widget. Best regards Tore Nilsen ___ use-livecode mailing list use-livecode@lists.ru