Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Tom Glod via use-livecode
Sorry wrong link, here is the right one for windows. https://revolution.screenstepslive.com/s/revolution/m/10695/l/563366-purchasing-a-code-signing-certificate-for-windows-from-tucows On Wed, Jul 3, 2019 at 12:28 AM Tom Glod wrote: > >

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Tom Glod via use-livecode
https://revolution.screenstepslive.com/s/revolution/m/10695/l/563371-signing-installers-you-create-with-inno-setup Is this the most up to date tutorial? On Tue, Jul 2, 2019 at 6:30 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Unless your machine has something

Re: Draw a line that follows an object

2019-07-02 Thread Richmond via use-livecode
Well, well, well . . . . . https://www.dropbox.com/s/x2qmp9hvm43fbk7/NLCT.livecode.zip?dl=0 KIsses, Richmond. On 1.07.19 0:21, dunbarxx via use-livecode wrote: If you add points to a line graphic, which of course starts off with only two lines of points (its endpoints) it will take on the

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Tom Glod via use-livecode
Just wondering ..is your executable signed? I've come across this problem before with it being quarantined. avast does the "hold on a second let me check this out first" thing.but after 15 seconds lets the application start normally. and it only happens the first time. This is not

Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Curt Ford via use-livecode
A client has reported that a small utility I've made for him is being blocked by Symantec on his Windows machine. We haven't had this issue before with an earlier version of the same utility, but now he gets this report: "Threat type: Insight Network Threat. There are many indications that

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Paul Dupuis via use-livecode
Same here. Code signing your application will prevent this. On 7/2/2019 4:10 PM, Tom Glod via use-livecode wrote: Just wondering ..is your executable signed? I've come across this problem before with it being quarantined. avast does the "hold on a second let me check this out first"

Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Curt Ford via use-livecode
Guess it's time to finally look into this. I just visited https://comodosslstore.com but am not sure of the differences between Comodo code signing, Microsoft Authenticode, etc... Any suggestions on best practices with LiveCode/Inno Setup are appreciated! -- Sent from Postbox

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Matthias Rebbe via use-livecode
One little addition. I just noticed that Comodo is now Sectigo. Seems they´ve changed their name. > Am 03.07.2019 um 00:19 schrieb Matthias Rebbe > : > > I´ve purchased my ComodoOV Code Signing Certificates from KSoftware. It´s > much cheaper than buying directly from Comodo. You purchase

Re: XML To Array

2019-07-02 Thread Mark Wieder via use-livecode
On 7/2/19 2:29 PM, Bob Sneidar via use-livecode wrote: Hi all. I'm revisiting converting XML to Array. Toshiba has an export file for their scan templates in XML format. It's pretty complicated as you can imagine. I was hoping that I could use Trevor's XML to Array functions to get nodes that

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Matthias Rebbe via use-livecode
I´ve purchased my ComodoOV Code Signing Certificates from KSoftware. It´s much cheaper than buying directly from Comodo. You purchase from KSoftware, but the certificate is delivered by Comodo. https://www.ksoftware.net/code-signing-certificates/ Regards, Matthias > Am 02.07.2019 um 23:57

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Richard Gaskin via use-livecode
Unless your machine has something viral on it, likely a false positive, a regular occurrence among AV packages. Code signing seems to provide sufficient comfort for many AV packages, though not sure why that's the case given known instances of stolen credentials. While you're doing the many

XML To Array

2019-07-02 Thread Bob Sneidar via use-livecode
Hi all. I'm revisiting converting XML to Array. Toshiba has an export file for their scan templates in XML format. It's pretty complicated as you can imagine. I was hoping that I could use Trevor's XML to Array functions to get nodes that look something like: JobTemplates GroupList

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Tom Glod via use-livecode
I always struggle being able to search the mailing list, but someone made a helper app for signing standalones. Speaking of,I have questions whether you can use the same certificate from comodo to sign all standalones for each platform. or if u need a distinct one for each platform?

Re: Symantec quarantining LiveCode standalone on client's machine

2019-07-02 Thread Paul Dupuis via use-livecode
On 7/2/2019 5:57 PM, Curt Ford via use-livecode wrote: Guess it's time to finally look into this. I just visited https://comodosslstore.com but am not sure of the differences between Comodo code signing, Microsoft Authenticode, etc... Any suggestions on best practices with LiveCode/Inno

Re: XML To Array

2019-07-02 Thread Terry Judd via use-livecode
So admittedly I have modified Trevor's code a bit (mainly so I don't get the @ symbols associated with parameters but also so that instead of ["someNode[1]"] I get ["someNode"][1], but for me that XML snippet creates an array that looks like... ["combine"]["class"] = TV_show

Re: Draw a line that follows an object

2019-07-02 Thread Bob Sneidar via use-livecode
I can't get it to draw anything. Bob S > On Jul 2, 2019, at 08:30 , Richmond via use-livecode > wrote: > > Well, well, well . . . . . > > https://www.dropbox.com/s/x2qmp9hvm43fbk7/NLCT.livecode.zip?dl=0 > > KIsses, Richmond. ___ use-livecode

Re: Draw a line that follows an object

2019-07-02 Thread Richmond via use-livecode
I don't know why. Have a bash with this: https://www.dropbox.com/s/6wzi8ln6wwgsvlo/Tortoise.livecode.zip?dl=0 On 2.07.19 19:03, Bob Sneidar via use-livecode wrote: I can't get it to draw anything. Bob S On Jul 2, 2019, at 08:30 , Richmond via use-livecode wrote: Well, well, well . . .