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
, 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
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
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,
>
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
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
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
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
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