Re: tsNet documentation

2018-03-08 Thread Matthias Rebbe via use-livecode
Hi Charles, thanks for confirming that digest authentication is supported. Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 08.03.2018 um 06:21 schrieb Charles Warwick via use-livecode >

tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-08 Thread Matthias Rebbe via use-livecode
Hi, i am trying to use the tsNet external to communicate with an Auerswald PABX which requires digest authentication. The first connection is always successful using PUT URL ….. The second one isn´t. There is even no value returned. When i use tsNetClose and tsNetInit before the 2nd

Re: Issues with storage of data in stack

2018-03-08 Thread Bob Sneidar via use-livecode
You would need to arrayencode() before saving an array to a database as well. Bob S > On Mar 8, 2018, at 10:38 , Mark Talluto via use-livecode > wrote: > > I too use arrays as a data store. You could save the arrays to disk directly > with arrayEncode().

Re: Issues with storage of data in stack

2018-03-08 Thread Peter Bogdanoff via use-livecode
Mark, If the data is written to a file on disk, could someone else arrayDecode the file and gain access to it? Peter Bogdanoff ArtsInteractive > On Mar 8, 2018, at 10:38 AM, Mark Talluto via use-livecode > wrote: > >> On Mar 8, 2018, at 9:03 AM, Lagi Pittas

Re: Issues with storage of data in stack

2018-03-08 Thread Mark Talluto via use-livecode
> On Mar 8, 2018, at 9:03 AM, Lagi Pittas via use-livecode > wrote: > > In the first version of the system I save the arrays which held all > the Clerks orders/totals etc and items into an external stack every > time they added an item. I too use arrays as a data

Re: Issues with storage of data in stack

2018-03-08 Thread J. Landman Gay via use-livecode
I've found that sending binary data over the internet is risky. A zip file or base64 encoded file avoids most transit corruption. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 8, 2018 11:06:16 AM

Re: Issues with storage of data in stack

2018-03-08 Thread Lagi Pittas via use-livecode
Hi Mike, I have 60+ machines running windows7 embedded running a POS/TILL system also a few tablets running windows and android with the same system - wth abouth 8 lines of code added to work on Android. In the first version of the system I save the arrays which held all the Clerks

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-08 Thread J. Landman Gay via use-livecode
On 3/7/18 2:49 PM, R.H. via use-livecode wrote: I am using a splash stack as the "main stack" for compilation and I am including the application stack using the dialogs in the "Stacks" pane of the "Standalone Application Settings" window. When I add this one application stack file all is fine.

Re: Issues with storage of data in stack

2018-03-08 Thread Phil Davis via use-livecode
Hi Peter, If your app could encrypt the arrayEncoded data before writing to disk, and then decrypt it when reading it, that would solve the unwanted-access problem. The amount of time used by encrypt/decrypt processes is negligible, even for large files. I love arrays. They have become one

Re: how to copy a card?

2018-03-08 Thread Nicolas Cueto via use-livecode
Thanks, Jacque. Also figured out it can be done with the Project Browser. -- Nicolas Cueto On 8 March 2018 at 15:38, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Use: > > clone this card > set the name of it to "" > > -- > Jacqueline Landman Gay |

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-08 Thread dunbarx via use-livecode
Jacque usually has a way out. But I have no problem making a standalone with two added stack files. Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: Issues with storage of data in stack

2018-03-08 Thread Bob Sneidar via use-livecode
Yes, if they had Livecode. In that case encrypt the arraydecode string using a seed that only you know. I use a special seed value that is different for every record I add to a database. Very effective and hard to guess. Bob S > On Mar 8, 2018, at 11:22 , Peter Bogdanoff via use-livecode >

Re: "Open in New Navigator" is back

2018-03-08 Thread Geoff Canyon via use-livecode
Do you mean copying from the script editor? Navigator opens the built-in script editor, it doesn't have its own. Or are you referring to some other copy/paste? gc On Thu, Mar 8, 2018 at 7:24 PM, Clarence Martin via use-livecode < use-livecode@lists.runrev.com> wrote: > Sorry, I meant LC 9-11

Re: Issues with storage of data in stack

2018-03-08 Thread Mark Talluto via use-livecode
Hi Peter, Yes. But, you can protect it with a password. 1. arrayEncode(yourDataInAVariable) 2. Encrypt the result above 3. Write out the encrypted value to disk Best regards, Mark Talluto livecloud.io nursenotes.net canelasoftware.com

Sparkle anybody?

2018-03-08 Thread Graham Samuel via use-livecode
I don’t think this is OT - I suppose it depends on your point of view. Sparkle is a framework for providing update logic to Mac Apps (this is my take on it anyway). I know Trevor has kind of incorporated into Levure, but the commitment to understanding and working with Levure is too heavy for

RE: "Open in New Navigator" is back

2018-03-08 Thread Clarence Martin via use-livecode
I am trying Navigator and I think it is great. However, I have some questions about the copy/paste functions in the LC Editor. The context copy seems to work but in reality is doesn't. I even tried to copy from the editor and paste the scripts copied into a text editor - No Go. I am using LC

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-08 Thread Charles Warwick via use-livecode
Hi Matthias, That does sound strange. If you download the following stack: https://downloads.techstrategies.com.au/tsnet/debug_liburl.livecode Open that stack at the same time as you have your application stack open in the IDE, click the “Start Debug” button, and try your PUT requests. That

RE: "Open in New Navigator" is back

2018-03-08 Thread Clarence Martin via use-livecode
Sorry, I meant LC 9-11 and 9-10, not 10.x -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-livecode Sent: Thursday, March 08, 2018 6:06 PM To: 'How to use LiveCode' Cc: chi...@themartinz.com

RE: Forcing a device update

2018-03-08 Thread Ralph DiMola via use-livecode
J, The devices refresh automatically on both my Win 10(Android) and OS X 10.12.6 Xcode 9.2 (iOS and Android). I'm using 8.1.9 GM. I tested by plugging devices in/out/in. You could try this in the message box for Android. It's untested. (found it by scratching in the IDE). dispatch

Re: how to copy a card?

2018-03-08 Thread Bob Sneidar via use-livecode
Wouldn't it be great to clone TO a reference? Say, clone this card as "NewCard" to stack "MyStack2"? Bob S > On Mar 7, 2018, at 22:38 , J. Landman Gay via use-livecode > wrote: > > [This message was identified as a phishing scam. Learn about phishing at >

Re: Issues with storage of data in stack

2018-03-08 Thread dunbarx via use-livecode
Hi. I store data in both external files and within the stack itself. Never used a DB. But no issues of any kind ever. Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing

Re: how to copy a card?

2018-03-08 Thread dunbarx via use-livecode
Note that one can also copy a card, navigate to another spot in the same or another stack, and paste. The advantage is that the copy can be inserted anywhere in the card suite. This can all be done under script control. Craig -- Sent from: