Re: Functions running in IDE, but not running in standalone

2020-07-26 Thread Curry Kenworthy via use-livecode
Bruce: > comment-out all the instances where I am using a libURL command > or function, save as a standalone, and and see what happens. Now you need to follow through on your diagnosis. It will not be efficient to quickly abandon a sound diagnosis and search for something else. People do tha

Re: Functions running in IDE, but not running in standalone

2020-07-25 Thread Bruce Pokras via use-livecode
Matthias, Yes, I did run the command that you so helpfully provided to unload tsNet. Unfortunately or fortunately, nothing changed. So I am going to go back one build and slowly comment-out all the instances where I am using a libURL command or function, save as a standalone, and and see what h

Re: Functions running in IDE, but not running in standalone

2020-07-23 Thread matthias rebbe via use-livecode
> Am 23.07.2020 um 23:16 schrieb Bruce Pokras via use-livecode > : > > Matthias, > > Thanks so much for all of your advice. > > I actually added tsNet as an inclusion very recently when Curry mentioned it, > thinking it might help. I have eliminated it from my last version. Its use > and

Re: Functions running in IDE, but not running in standalone

2020-07-23 Thread Bruce Pokras via use-livecode
Matthias, Thanks so much for all of your advice. I actually added tsNet as an inclusion very recently when Curry mentioned it, thinking it might help. I have eliminated it from my last version. Its use and its non-use did not change anything. At this point the only things that seem to be crea

Re: Functions running in IDE, but not running in standalone

2020-07-21 Thread matthias rebbe via use-livecode
Bruce, i am now almost out of ideas. ;) If no one else has an idea, then i would contact Livecode Support. But you could try one little thing before sending a support request. I cannot remember whne tsNet was introduced. But you could try to create a standalone which does not use tsNET. So...

Re: Functions running in IDE, but not running in standalone

2020-07-21 Thread Bruce Pokras via use-livecode
Matthias, Thanks very much for your interest in helping me with my problems. 1) Internet library working in the standalone? The Internet library is apparently installed and working properly for downloading patent text and PDF images with “put URL [web address] into binfile: [local file path and

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
Bruce, i just tried with a sample stack where i did not include the Internet library. I get exact the same error in the bugreport (except the line number and stack name and so on). "Executing at 12:58:33 AM on Tuesday, July 21, 2020 Type: Handler: can't find handler Object: button "Button" of c

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread Bruce Pokras via use-livecode
Matthias, Yes to both Internet and SSL & Encryption libraries. So everything should be running just fine, but are not. Regards, Bruce > On Jul 20, 2020, at 6:04 PM, matthias rebbe via use-livecode > wrote: > > Bruce, > > and according to the dictionary Internet has to be included to use >

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
Bruce, and according to the dictionary Internet has to be included to use libURLSetSSLVerification. - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.07.2020 um 23:29 schrieb matthias rebbe via use-livecode > : > > Bruce, > > i might be wrong, but did you also include SSL&Encrypti

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
Bruce, i might be wrong, but did you also include SSL&Encryption in StandaloneSettings. If i recall it correctly then SSL&Encryption is needed for https. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.07.2020 um 22:28 schrieb Bruce Pokras via use-livecode > mailto:use-live

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread Bruce Pokras via use-livecode
Matthias and Curry, Thanks for your responses. I am using Indy for which I apparently do not have access to RemoteDebugger. I did activate the “Bug Reports” feature and added “tsNet” to the included stuff for the standalone. From the bug reporter feature, it seems that “libURL" commands/funct

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread Bruce Pokras via use-livecode
Matthias and Curry, Thanks for your responses. I am using Indy for which I apparently do not have access to RemoteDebugger. I did activate the “Bug Reports” feature and added “tsNet” to the included stuff for the standalone. From the bug reporter feature, it seems that “libURL" commands/funct

Re: Functions running in IDE, but not running in standalone

2020-07-19 Thread Curry Kenworthy via use-livecode
Bruce: > However, when I saved the stack as a standalone > the Abstract Report did not run. > Abstract Report which takes a list of US patent numbers > and downloads basic information about each > I tried adding some “answer” alerts to try to find the bottleneck. You are using a logical metho

Re: Functions running in IDE, but not running in standalone

2020-07-19 Thread matthias rebbe via use-livecode
Bruce, did you already try the RemoteDebugger to debug your standalone? http://lessons.livecode.com/m/4071/l/698439-using-the-remote-debugger - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.07.2020 um 20:17 schrieb Bruce Pokras via use-livecode > : > > I am having a very frustrat

Functions running in IDE, but not running in standalone

2020-07-19 Thread Bruce Pokras via use-livecode
I am having a very frustrating experience. I have an app called Patent Grabber that is for downloading and searching for patents and published patent applications. A user reported that one feature of Patent Grabber was not working. That was the Abstract Report which takes a list of US patent num