Re: Browser Widget iOS Local Html Files

2020-06-29 Thread Tore Nilsen via use-livecode
Sorry for asking you to do something you had already tried. I see now that you 
indeed tried setting the url of the widget. I just presumed that it worked the 
same way in iOS as in Win and MacOS. I do not develop for mobile so I have 
never had to deal with the way Android and iOS handles these things.

Tore 

> 29. jun. 2020 kl. 22:52 skrev Ralph DiMola via use-livecode 
> :
> 
> But how would I pass any parameters? Like MyPage.html?IDs=315,316,317"
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
> 
> 
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
> Of Tore Nilsen via use-livecode
> Sent: Monday, June 29, 2020 4:39 PM
> To: How to use LiveCode
> Cc: Tore Nilsen
> Subject: Re: Browser Widget iOS Local Html Files
> 
> Have you tried to set the url of the widget to tTemp. This actually loads
> the page in the widget as if it was any browser.
> 
> Tore
> 
>> 29. jun. 2020 kl. 21:56 skrev Ralph DiMola via use-livecode
> :
>> 
>> LC 9.6.0
>> 
>> I can't get a local html file to load in iOS browser widget. This is the
> first time I'm not using the mobile browser control. I'm now using the
> Browser Widget. I copy the files into the documents folder.
>> I'm using this format: (set the URL of widget "Browser1" to 
>> "file://"/MyPage.html?IDs=315,316,317")
>> 
>> This works on Android, Mac OSX 10.14.6 IDE and Win 10 IDE but not on 
>> iOS
>> 
>> I tried this: 
>> 
>> put url ("file:"/MyPage.html into tTemp set the 
>> htmlText of widget "Browser1" to tTemp
>> 
>> This loads the page as expected but I can't pass the required parameters.
>> 
>> I tried 1,2,3 and 4 slashes after the "file:" with no luck.
>> 
>> I'm stuck and under the gun(as usual) so any help would be appreciated.
>> 
>> Ralph DiMola
>> IT Director
>> Evergreen Information Services
>> rdim...@evergreeninfo.net
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Browser Widget iOS Local Html Files

2020-06-29 Thread Ralph DiMola via use-livecode
But how would I pass any parameters? Like MyPage.html?IDs=315,316,317"

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Tore Nilsen via use-livecode
Sent: Monday, June 29, 2020 4:39 PM
To: How to use LiveCode
Cc: Tore Nilsen
Subject: Re: Browser Widget iOS Local Html Files

Have you tried to set the url of the widget to tTemp. This actually loads
the page in the widget as if it was any browser.

Tore

> 29. jun. 2020 kl. 21:56 skrev Ralph DiMola via use-livecode
:
> 
> LC 9.6.0
> 
> I can't get a local html file to load in iOS browser widget. This is the
first time I'm not using the mobile browser control. I'm now using the
Browser Widget. I copy the files into the documents folder.
> I'm using this format: (set the URL of widget "Browser1" to 
> "file://"/MyPage.html?IDs=315,316,317")
> 
> This works on Android, Mac OSX 10.14.6 IDE and Win 10 IDE but not on 
> iOS
> 
> I tried this: 
> 
> put url ("file:"/MyPage.html into tTemp set the 
> htmlText of widget "Browser1" to tTemp
> 
> This loads the page as expected but I can't pass the required parameters.
> 
> I tried 1,2,3 and 4 slashes after the "file:" with no luck.
> 
> I'm stuck and under the gun(as usual) so any help would be appreciated.
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Browser Widget iOS Local Html Files

2020-06-29 Thread Tore Nilsen via use-livecode
Have you tried to set the url of the widget to tTemp. This actually loads the 
page in the widget as if it was any browser.

Tore

> 29. jun. 2020 kl. 21:56 skrev Ralph DiMola via use-livecode 
> :
> 
> LC 9.6.0
> 
> I can't get a local html file to load in iOS browser widget. This is the 
> first time I'm not using the mobile browser control. I'm now using the 
> Browser Widget. I copy the files into the documents folder.
> I'm using this format: (set the URL of widget "Browser1" to 
> "file://"/MyPage.html?IDs=315,316,317")
> 
> This works on Android, Mac OSX 10.14.6 IDE and Win 10 IDE but not on iOS
> 
> I tried this: 
> 
> put url ("file:"/MyPage.html into tTemp
> set the htmlText of widget "Browser1" to tTemp
> 
> This loads the page as expected but I can't pass the required parameters.
> 
> I tried 1,2,3 and 4 slashes after the "file:" with no luck.
> 
> I'm stuck and under the gun(as usual) so any help would be appreciated.
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Browser Widget iOS Local Html Files

2020-06-29 Thread Ralph DiMola via use-livecode
LC 9.6.0

I can't get a local html file to load in iOS browser widget. This is the first 
time I'm not using the mobile browser control. I'm now using the Browser 
Widget. I copy the files into the documents folder.
I'm using this format: (set the URL of widget "Browser1" to 
"file://"/MyPage.html?IDs=315,316,317")

This works on Android, Mac OSX 10.14.6 IDE and Win 10 IDE but not on iOS

I tried this: 

put url ("file:"/MyPage.html into tTemp
set the htmlText of widget "Browser1" to tTemp

This loads the page as expected but I can't pass the required parameters.

I tried 1,2,3 and 4 slashes after the "file:" with no luck.

I'm stuck and under the gun(as usual) so any help would be appreciated.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode