Re: Android: mobileControlSet

2012-07-19 Thread Pierre Sahores
t; >> Jacque, >> >> You be right about those spaces. I was having problems with intents when I >> had that slash issue. That was with 5.01. >> >> Ralph DiMola >> MIS DirectorEvergreen Information Services >> rdim...@evergreeninfo.net >> >> -

Re: Android: mobileControlSet

2012-07-19 Thread J. Landman Gay
On 7/19/12 2:25 AM, Dan Friedman wrote: Man, I don't know what I am doing wrong! Here's EXACTLY what I am doing: put specialFolderPath("engine") & "/userGuide/" & pFileName into fURL put "file:" & fURL into fURL answer (url (fURL)) --to test that it can read the file, and that the file is

Re: Android: mobileControlSet

2012-07-19 Thread J. Landman Gay
On 7/19/12 7:10 AM, Thomas McGrath III wrote: Jac, Why are you using the cache path instead of maybe the engine path? just curious as to the need. I can't remember. I'm sure I must have had a reason. For the docs, the engine folder would have worked. -- Jacqueline Landman Gay |

Re: Android: mobileControlSet

2012-07-19 Thread Thomas McGrath III
Jac, Why are you using the cache path instead of maybe the engine path? just curious as to the need. thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jul 18, 2012, at 9:42 PM, J. Landman Gay wrote: > put specialFolderPath("cache") & slash & "caseydocs.html" into t

Re: Android: mobileControlSet

2012-07-19 Thread Dan Friedman
Ralph DiMola > > MIS DirectorEvergreen Information Services > > rdimola at evergreeninfo.net > > > > -Original message- > > From: "J. Landman Gay" > > To: How to use LiveCode > > Sent: Thu, Jul 19, 2012 01:33:50 GMT+00:00 > >

Re: Android: mobileControlSet

2012-07-18 Thread Andre Garzia
n Gay" > To: How to use LiveCode > Sent: Thu, Jul 19, 2012 01:33:50 GMT+00:00 > Subject: Re: Android: mobileControlSet > > On 7/18/12 8:18 PM, Dan Friedman wrote: > >> Ralph, >> >> Yeah... it's there. Like I said before, I can read the data from th

Re: Android: mobileControlSet

2012-07-18 Thread Ralph DiMola
Code Sent: Thu, Jul 19, 2012 01:33:50 GMT+00:00 Subject: Re: Android: mobileControlSet On 7/18/12 8:18 PM, Dan Friedman wrote: Ralph, Yeah... it's there. Like I said before, I can read the data from the same location and put it in the browser with: mobileControlDo sBrowserI

Re: Android: mobileControlSet

2012-07-18 Thread J. Landman Gay
On 7/18/12 8:34 PM, Ralph DiMola wrote: This is sounding familiar. I think I remember that there was a double slash funny I ran into with Android and I also remember that it was not the same on iOS. Try using only one slash after the "file:" I think you're on to something. I just checked a scri

Re: Android: mobileControlSet

2012-07-18 Thread J. Landman Gay
On 7/18/12 8:18 PM, Dan Friedman wrote: Ralph, Yeah... it's there. Like I said before, I can read the data from the same location and put it in the browser with: mobileControlDo sBrowserId, "load", fURL, htmlData I just can't load it as a url with: mobileControlSet sBrowserI

RE: Android: mobileControlSet

2012-07-18 Thread Ralph DiMola
eninfo.net -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman Sent: Wednesday, July 18, 2012 9:19 PM To: use-livecode@lists.runrev.com Subject: Re: Android: mobileControlSet Ralph, Yeah... it's there. Like I sai

Re: Android: mobileControlSet

2012-07-18 Thread Dan Friedman
older on the device. Also remember the engine folder is read only. > > Ralph DiMola > MIS Director > Evergreen Information Services > rdimola at evergreeninfo.net > > -Original message- > From: Dan Friedman > To: use-livecode at lists.runrev.com > Sent: Wed, J

Re: Android: mobileControlSet

2012-07-18 Thread Ralph DiMola
...@evergreeninfo.net -Original message- From: Dan Friedman To: use-livecode@lists.runrev.com Sent: Wed, Jul 18, 2012 23:05:09 GMT+00:00 Subject: Re: Android: mobileControlSet Ralph, I took out the line "replace " " with "%20" in fURL"... Same issue. Still doe

Re: Android: mobileControlSet

2012-07-18 Thread Dan Friedman
Ralph, I took out the line "replace " " with "%20" in fURL"... Same issue. Still doesn't work... Android cant find the url fURL -Dan > Dan, > > I've never done==> replace " " with "%20" in fURL. on Android for a local > file. As far as I know the Android file system will not like the "%20"s

RE: Android: mobileControlSet

2012-07-18 Thread Ralph DiMola
o.net -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman Sent: Wednesday, July 18, 2012 6:34 PM To: use-livecode@lists.runrev.com Subject: Android: mobileControlSet I can't seem to load a local (in

Android: mobileControlSet

2012-07-18 Thread Dan Friedman
I can't seem to load a local (included) file in a native browser on Android. This works perfect on iOS: on loadURL pFileName put specialFolderPath("engine") & "/userGuide/" & pFileName into fURL put "file://" & fURL into fURL replace " " with "%20" in fURL mobileControlSet