Re: Android: Sign for development only

2021-12-08 Thread Klaus major-k via use-livecode
Hi friends, > Am 03.12.2021 um 17:31 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > does it have any limitations if I "Sign for development only"? > > I mean, once the user defined the URL to the APK as "trustworthy" > in his security settings on his/her cellphone, he/she can

Re: LC 9.5.6, Android and JSONToArray

2021-12-08 Thread panagiotis m via use-livecode
Hello Dan, I reply here so that other affected users can see it. So, the culprit was that Dan's stack had "Remote Debugger" in the inclusions, but LC 9.6.5 was activated with a license that did not include this feature. Dan had another license that did include the "pro" features (i.e. remote

APK and an idsig file?

2021-12-08 Thread Klaus major-k via use-livecode
Hi all, I just created an APK with LC 9.6.5 and found another file beneath the actual APK file in the folder. Like this: Name of app.apk Name of app.apk.idsig -> ca. 160 KB Is this new? And what is it good for? Thanks for any hints! Best Klaus -- Klaus Major https://www.major-k.de

Re: JSON to Datagrid

2021-12-08 Thread Mike Kerner via use-livecode
completely off the top of my head, so this might not be quite right jsonToArray set the dgData of group "datagrid 1" to On Wed, Dec 8, 2021 at 11:39 AM Keith Clarke via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Skip, > I don’t use Datagrids but have used a two-step process to

Re: Ghost in the Machine?

2021-12-08 Thread Tom Glod via use-livecode
I don't know about moving the mouse around but u can have a fake png of a cursor move around...and then send mouseUps to buttons. and also u can put text into a field 1 character at a time to simulate typing. This is entirely doable in LC. On Wed, Dec 8, 2021 at 9:06 AM Peter Reid via

Re: Ghost in the Machine?

2021-12-08 Thread Alex Tweedly via use-livecode
Hi Peter, just checking if I have understood this right. I think you have a website / webpage which allows the user to view / update a single entry (i.e. "manual on-line form with 20+ fields"). If that is the case, I'd consider writing an app to take in the file of rows of details, and

Android SDK

2021-12-08 Thread J. Landman Gay via use-livecode
I seem to have ruined my Android SDK setup. It all used to work but I haven't built an app since I installed Big Sur. I have installed Android 11 Platform 30, Sources for Android 30, Android SDK Build-Tools 30.0.3 (28.0.3 is still in there too) and Android SDK Command-line tools 3.0. I also

RE: LC 9.5.6, Android and JSONToArray

2021-12-08 Thread Ralph DiMola via use-livecode
Dan, Same problem with tsNet. The pro was the second license and as in previous version I just blew past the licensing dialog without reading. After I re-licensed and clicked the right arrow and selected the pro license(clearly marked) I was good to go. Although I assumed... Maybe the highest

Re: Android SDK

2021-12-08 Thread J. Landman Gay via use-livecode
Now I'm confused. LC Prefs still says the SDK is invalid but I can build okay directly to my phone, which also worked yesterday. So I tried again to build an apk and that now works too, though the prefs still show red and report the SDK is invalid (LC 9.6.5.) There is something weird going on

Re: APK and an idsig file?

2021-12-08 Thread Klaus major-k via use-livecode
Hi Jaqueline, > Am 08.12.2021 um 22:08 schrieb J. Landman Gay via use-livecode > : > > On 12/8/21 2:44 PM, Klaus major-k via use-livecode wrote: >> Hi all, >> I just created an APK with LC 9.6.5 and found >> another file beneath the actual APK file in the folder. >> Like this: >> Name of

Re: JSON to Datagrid

2021-12-08 Thread Tom Glod via use-livecode
JSONToArray works well for me if your JSON is correct. Always use try when decoding from JSON to catch any errors. On Wed, Dec 8, 2021 at 12:58 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > completely off the top of my head, so this might not be quite right >

Re: PDF Viewer widget - how to enable interaction?

2021-12-08 Thread doc hawk via use-livecode
keith kayaked, > Hi folks, > Can anyone share any experiences with the PDF Viewer widget that’s available > via the old Business Edition or Pro Pack subscription? I had great hopes and excitement. I rearranged my project to use it. All looked great on screen. And then I found that it turns

Re: APK and an idsig file?

2021-12-08 Thread J. Landman Gay via use-livecode
On 12/8/21 2:44 PM, Klaus major-k via use-livecode wrote: Hi all, I just created an APK with LC 9.6.5 and found another file beneath the actual APK file in the folder. Like this: Name of app.apk Name of app.apk.idsig -> ca. 160 KB Is this new? And what is it good for? Thanks for any hints!

Ghost in the Machine?

2021-12-08 Thread Peter Reid via use-livecode
I'm trying to provide an upload facility for an existing on-line club membership app. This app has a bulk loading facility for initial set up and is designed for whole database configuration. In addition the app provides a manual on-line form with 20+ fields making up a member's record.

Re: Android: Sign for development only

2021-12-08 Thread J. Landman Gay via use-livecode
I did answer but you may not have received it. I miss occasional posts too sometimes. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: JSON to Datagrid

2021-12-08 Thread Keith Clarke via use-livecode
Hi Skip, I don’t use Datagrids but have used a two-step process to get JSON into the Tree widget and a similar process may provide a direction of travel to test…? 1. JSON-to-array https://lessons.livecode.com/m/4071/l/1303394-how-to-read-in-data-from-a-json-file 2. Setting the array data of

JSON to Datagrid

2021-12-08 Thread Skip Kimpel via use-livecode
I have been googling a solution for this but have not found a solid solution for this. Can anybody lead me in the right direction on this? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

PDF Viewer widget - how to enable interaction?

2021-12-08 Thread Keith Clarke via use-livecode
Hi folks, Can anyone share any experiences with the PDF Viewer widget that’s available via the old Business Edition or Pro Pack subscription? I’m testing this on LC 9.6.5 with a Pro subscription on Mac 11.6. Following the PDF guide https://livecode.com/resources/guide/ I’ve been able to load

Re: JSON to Datagrid

2021-12-08 Thread Skip Kimpel via use-livecode
To functions actually needed... need to be able to convert to a datagrid and I will be also pumping this data into a SQL server. SKIP On Wed, Dec 8, 2021 at 11:15 AM Skip Kimpel wrote: > I have been googling a solution for this but have not found a solid > solution for this. > > Can anybody

Re: Android: Sign for development only

2021-12-08 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 08.12.2021 um 17:34 schrieb J. Landman Gay via use-livecode > : > > I did answer but you may not have received it. yes, didn't receive this one!? > I miss occasional posts too sometimes. >

Re: Ghost in the Machine?

2021-12-08 Thread Dan Brown via use-livecode
If it's a simple html form then you could POST the form data to the server directly from within livecode. There is a short guide for doing so here https://livecode.byu.edu/internet/aboutForms.php and here https://livecode.byu.edu/internet/postMethodSteps.php put urlEncode(fld "fullname") into

Re: Android SDK

2021-12-08 Thread J. Landman Gay via use-livecode
And...now I can't build a standalone again. No changes to the SDK config, just a warning that the SDK isn't valid. It hasn't been 20 minutes since I built the first one. On 12/8/21 3:06 PM, J. Landman Gay via use-livecode wrote: Now I'm confused. LC Prefs still says the SDK is invalid but I can

Re: PDF Viewer widget - how to enable interaction?

2021-12-08 Thread Monte Goulding via use-livecode
Hi Keith I think you want the `linkClicked` message. Navigation via links is under script control so possibly what you want is: on linkClicked pAction if pAction[“type”] is “goto” then set the currentDestination of me to pAction end if end linkClicked > On 9 Dec 2021, at 2:01 am,