Re: permanency of an unsigned Android app on the phone?

2023-07-20 Thread J. Landman Gay via use-livecode
On July 20, 2023 7:48:13 PM Richard Gaskin via use-livecode wrote: J. Landman Gay jacque wrote: Depending on the Android version the user may need to bypass a scary warning, accept some permissions, and turn on the ability to download from unknown sources in system settings ...and after

Re: OT - a new release of WinSignHelper for macOS

2023-07-20 Thread J. Landman Gay via use-livecode
Very useful info, thank you. Especially the part about using the token on different machines. I was duped into believing everything I read on the internet. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 20, 2023 4:20:59 PM mat

Re: Has anyone experimented with using Python within LC?

2023-07-20 Thread Geoff Canyon via use-livecode
I just checked, and this in a stack script works perfectly: function pythonFile p put the filename of this stack into fp set the itemdel to "/" put the long seconds into fn replace "." with "_" in fn put "_temp.py" after fn put fn into item -1 of fp put p into url ("file:" & f

Re: What is your best practice for setting a script in a script?

2023-07-20 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > So in the instances where you have a script that creates an object > and then sets the script of that object (example below), what is you > best practice for having the script in a script and still be readable?   Why?   Among other concerns (robustness, debugging, maintenance),

Re: permanency of an unsigned Android app on the phone?

2023-07-20 Thread Richard Gaskin via use-livecode
J. Landman Gay jacque wrote: > Depending on the Android version the user may need to bypass > a scary warning, accept some permissions, and turn on the ability > to download from unknown sources in system settings   ...and after the app is installed then immediatel turn sideloading back off.   It's

Re: Has anyone experimented with using Python within LC?

2023-07-20 Thread Bob Sneidar via use-livecode
Interesting. Ostensibly you could use low level file commands to create they python file? Or does the Python script need to be processed by Python first? Bob S > On Jul 20, 2023, at 12:33 PM, Geoff Canyon via use-livecode > wrote: > > I've now figured out that calling a Python file from wit

RE: Has anyone experimented with using Python within LC?

2023-07-20 Thread Ralph DiMola via use-livecode
Late to the game... I use the same method for PHP. I needed to batch minify html/js/css files. There is a great PHP script to do it. Batch it up with LC and one button did it all. There is a ton of open source useful PHP that can be integrated with ease to LC. I'll remember this if I need some Pyth

Re: OT - a new release of WinSignHelper for macOS

2023-07-20 Thread matthias rebbe via use-livecode
> Am 20.07.2023 um 17:21 schrieb J. Landman Gay via use-livecode > : > > Thanks Matthias. I've been reading about it and I think the cert is stored on > the machine but it is tied to that computer and not exportable. > If you get a new computer you need to buy a new certificate. I don't thi

Has anyone experimented with using Python within LC?

2023-07-20 Thread Geoff Canyon via use-livecode
I've now figured out that calling a Python file from within LC is as easy as: put shell(quote & "" & quote && quote & "" & quote) Then whatever gets print()'ed in Python gets returned to LC. Has anyone done work this way and has ideas on best practices for some sort of 1. generate python code 2.

Re: Android and USB footswitch

2023-07-20 Thread Klaus major-k via use-livecode
Am 20.07.2023 um 18:14 schrieb Klaus major-k via use-livecode : > > Hi all, > >> Am 20.07.2023 um 15:58 schrieb Klaus major-k via use-livecode >> : >> Hi all, >> >>> Am 18.07.2023 um 21:30 schrieb Klaus major-k via use-livecode >>> : >>> ... We really need LC to give us access to the pub

Re: Android and USB footswitch

2023-07-20 Thread Klaus major-k via use-livecode
Hi all, > Am 20.07.2023 um 15:58 schrieb Klaus major-k via use-livecode > : > Hi all, > >> Am 18.07.2023 um 21:30 schrieb Klaus major-k via use-livecode >> : >> ... >>> We really need LC to give us access to the public documents folder. >> The "Downloads" or "Documents" folder would be a good s

Re: OT - a new release of WinSignHelper for macOS

2023-07-20 Thread J. Landman Gay via use-livecode
Thanks Matthias. I've been reading about it and I think the cert is stored on the machine but it is tied to that computer and not exportable. If you get a new computer you need to buy a new certificate. So I don't think I'll experiment, and we'll just do the whole thing on the Windows box. The

Re: Android and USB footswitch

2023-07-20 Thread Klaus major-k via use-livecode
Hi all, > Am 18.07.2023 um 21:30 schrieb Klaus major-k via use-livecode > : > ... >> We really need LC to give us access to the public documents folder. > The "Downloads" or "Documents" folder would be a good start, otherwise we > cannot create apps > where the user needs to add more files. FYI

Re: missing folders in resource folder

2023-07-20 Thread Klaus major-k via use-livecode
FYI I added a bug report for this: > Am 18.07.2023 um 21:47 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I added a folder "daten" in the "Copy files" tab in the "Standalone > Application settings". > Inside of this folder a