Re: Local files in browser widget

2019-07-15 Thread J. Landman Gay via use-livecode
To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Local files in browser widget I'm making progress but still having trouble with the browser widget on Android. To date: 1. Chopped up the huge file into multiple smaller files. They have all been tagged so that links automatically load t

RE: Local files in browser widget

2019-07-14 Thread Ralph DiMola via use-livecode
, July 14, 2019 4:27 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Local files in browser widget I'm making progress but still having trouble with the browser widget on Android. To date: 1. Chopped up the huge file into multiple smaller files. They have all been tagged so that

Re: Local files in browser widget

2019-07-14 Thread J. Landman Gay via use-livecode
I'm making progress but still having trouble with the browser widget on Android. To date: 1. Chopped up the huge file into multiple smaller files. They have all been tagged so that links automatically load the correct file when clicked. This works. 2. The app now copies all the files in its

RE: Local files in browser widget

2019-07-12 Thread Ralph DiMola via use-livecode
vecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Friday, July 12, 2019 3:47 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Local files in browser widget On 7/12/19 1:52 PM, Klaus major-k via use-livecode wrote: > Hi Jaques, >

Re: Local files in browser widget

2019-07-12 Thread J. Landman Gay via use-livecode
On 7/12/19 1:52 PM, Klaus major-k via use-livecode wrote: Hi Jaques, Am 12.07.2019 um 20:43 schrieb J. Landman Gay via use-livecode : On 7/12/19 9:10 AM, Devin Asay via use-livecode wrote: On Jul 11, 2019, at 9:34 PM, J. Landman Gay via use-livecode wrote: I think I asked this before but

Re: Local files in browser widget

2019-07-12 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 12.07.2019 um 20:43 schrieb J. Landman Gay via use-livecode > : > > On 7/12/19 9:10 AM, Devin Asay via use-livecode wrote: >> On Jul 11, 2019, at 9:34 PM, J. Landman Gay via use-livecode >> wrote: >>> >>> I think I asked this before but it isn't working now. I thought >>> spe

Re: Local files in browser widget

2019-07-12 Thread J. Landman Gay via use-livecode
On 7/12/19 9:10 AM, Devin Asay via use-livecode wrote: On Jul 11, 2019, at 9:34 PM, J. Landman Gay via use-livecode wrote: I think I asked this before but it isn't working now. I thought specialFolderPath("resources") was okay for read-only files. It fails on Android. put specialFolderPath

Re: Local files in browser widget

2019-07-12 Thread Devin Asay via use-livecode
On Jul 11, 2019, at 9:34 PM, J. Landman Gay via use-livecode wrote: > > I think I asked this before but it isn't working now. I thought > specialFolderPath("resources") was okay for read-only files. It fails on > Android. > > put specialFolderPath("resources") & "/tFolder/tFile.html" into tPa

Local files in browser widget

2019-07-11 Thread J. Landman Gay via use-livecode
I think I asked this before but it isn't working now. I thought specialFolderPath("resources") was okay for read-only files. It fails on Android. put specialFolderPath("resources") & "/tFolder/tFile.html" into tPath set the url of widget "browser" to ("file://" & tPath) I get an error that t