Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-03-31 Thread Charles Warwick via use-livecode
Hi Richard, The curl version that is used in tsNet is regularly updated. The latest version of tsNet is using curl 7.74.0. My understanding of that particular issue is that if the first data line that is received back from the HTTP server doesn't match an appropriate response, it will

Re: TreeView Widget Drag and Drop Support

2021-03-31 Thread Brian Milby via use-livecode
Check out this script on GitHub: https://github.com/Himalayan-Academy/Siva-Siva-App/blob/df93a63e40153df6ec4bd29a8571bb0c8a99c2a9/modules/stories/behavior_Stories.livecodescript#L230 The card had a tree widget with 2 levels. The actual items to select are at the second level. It looks like

Re: Resources folder on mac, and the good old days

2021-03-31 Thread Neville Smythe via use-livecode
Interesting, and clever! But how do they do that? Since the app can’t be running at the time it is moved to the trash, the code can’t be in the app itself. Which means they must install *another piece of code*, probably a daemon, which is running all the time; which would be necessary anyway

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-03-31 Thread Richard Gaskin via use-livecode
Matthias wrote: > was there a change in the configuration of your web server recently? > Is your web service using php or LC server? LC Server. Hosting likely had changes, since this app has been in production for a long time without issue. I believe the change most significant here is

Re: New(?) Idea for Standalones

2021-03-31 Thread Roger Guay via use-livecode
My apologies to everyone! The LC Lesson that Heather referred us to does indeed work in Big Sur as well. My mistake was thinking that the “Open Anyway” in the System Prefs never appears in Big Sur. But it certainly does . . . after clicking “OK” on the first dialog box. Thanks to Bob Earp for

Re: TreeView Widget Drag and Drop Support

2021-03-31 Thread HENRY LOWE via use-livecode
Thanks Brian. I am handling the ‘on DragDrop’ message in the widget’s script but on completing the drop there is no way to determine which row in the TreeView widget the data was dropped into. Ideally when in DragDrop mode the widget would automatically hilite the row that the mouse is

Re: TreeView Widget Drag and Drop Support

2021-03-31 Thread HENRY LOWE via use-livecode
Thank you Sean for the detailed recipe. Henry > On Mar 30, 2021, at 5:06 PM, Sean Cole (Pi) via use-livecode > wrote: > > Hi Henry, > > I often take the widgets, like TreeView, and add in other message > responders like this. It's real easy to do? > > Just make a copy of the widget folder

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
Believe me, it took a little bit longer than just a coffee break. ;) - Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 23:30 schrieb scott--- via use-livecode > : > > Matthias, when I didn’t see you at the Zoom “coffee break” during Panos' > Livecode Advanced course (on

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread scott--- via use-livecode
Matthias, when I didn’t see you at the Zoom “coffee break” during Panos' Livecode Advanced course (on just this topic) I assumed that it was because you were using that time to create such a tool. :- ) — Scott > On Mar 31, 2021, at 9:48 AM, matthias rebbe via use-livecode > wrote: > >

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-03-31 Thread matthias rebbe via use-livecode
Richard, was there a change in the configuration of your web server recently? Is your web service using php or LC server? I am not sure if this is of help, but there is a debug stack available for tsNET. Maybe the debug information gives you some more information.

"tsnet (1) Received HTTP/0.9 when not allowed"?

2021-03-31 Thread Richard Gaskin via use-livecode
I have an LC app that recently started reporting this error when calling a web service we wrote: tsnet (1) Received HTTP/0.9 when not allowed Searching around the web I see many varied descriptions of how one might remedy that, but none seem to fit our circumstance. Anyone else seen

Re: New(?) Idea for Standalones

2021-03-31 Thread Roger Guay via use-livecode
Here is the Forums entry: > https://forums.livecode.com/viewtopic.php?f=19=35653 > Thanks, Roger > On Mar 31, 2021, at 8:49 AM, Roger Guay via use-livecode > wrote: > > Many thanks Heather and Scott for these lessons. Unfortunately they

Re: [bug] strange memory leak in LC

2021-03-31 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > The stack that was opened is a project that has many mainstacks in > it’s stackfiles. Some of those stacks make use of the browser > widget... Don't know if this may be related to the leak, but worth heeding anyway - apparently WebKit has some serious issues, including an

Re: New(?) Idea for Standalones

2021-03-31 Thread J. Landman Gay via use-livecode
Who could object to an app named Testeroni? I wish I'd thought of it. Thanks also for the lesson, now we have something to point to if the issue comes up again. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 31, 2021 6:01:38

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
Thanks Bob for the "reminder" about Devolution and its custom1 buttons. I needed it to load a plugin right after i've built a standalone. Yesterdays discussion "New idea for Standalones" led me there. I want to automatically sign and notarize a MacOS standalone without any additional user

Re: [bug] strange memory leak in LC

2021-03-31 Thread Andre Garzia via use-livecode
Hi Panos, The stack that was opened is a project that has many mainstacks in it’s stackfiles. Some of those stacks make use of the browser widget but the stacks that were open during the problem were not using it. I don’t recall the dictionary being open at that time either. I simply killed LC

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
Thanks Mark, that is exactly what i was looking for. - Matthias Rebbe Life Is Too Short For Boring Code > Am 30.03.2021 um 01:40 schrieb Mark Wieder via use-livecode > : > > On 3/29/21 4:06 PM, matthias rebbe via use-livecode wrote: >> Dear all, >> is there a way to get the path to the 'My

Re: New(?) Idea for Standalones

2021-03-31 Thread Roger Guay via use-livecode
Many thanks Heather and Scott for these lessons. Unfortunately they don’t apply to OS Big Sur. In fact, it was because I initially thought that apple closed this door to opening standalones (SA) in Big Sur that I raised the alarm here. Turns out the process in Big Sur is even easier, involving

Re: slow responsiveness on windows - what was it like?

2021-03-31 Thread Bob Sneidar via use-livecode
If the server at the other end of the gigabit network is a Windows server, that is what LC doesn’t like. It’s the file system that seems to be the issue. Bob S On Mar 31, 2021, at 1:20 AM, Tiemo via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: After checking several ideas,

Re: [bug] strange memory leak in LC

2021-03-31 Thread panagiotis merakos via use-livecode
Hello all, After a brief Google search it seems there are some other apps that have a similar memory leak after upgrading to Big Sur: https://discussions.apple.com/thread/252276774 https://discussions.apple.com/thread/252090206 The issue folks here (in this list) have mentioned does not seem to

RE: slow responsiveness on windows - what was it like? More Information about this fix

2021-03-31 Thread chipsm themartinz.com via use-livecode
A bit ago, maybe a year or two, I was having really, really slow performance when I was doing LiveCode scripting. I posted my problem on this forum and someone made a suggestion about how the LiveCode Script editor makes a lot of reads and writes to your computer. The suggestion was made to

Re: New(?) Idea for Standalones

2021-03-31 Thread Mark Smith via use-livecode
Wonderful, thanks for posting! Mark > On Mar 31, 2021, at 11:59 AM, Heather Laine via use-livecode > wrote: > > I thought at this point, I could make a useful contribution to this thread: > >

AW: slow responsiveness on windows - what was it like?

2021-03-31 Thread Tiemo via use-livecode
Thanks for the idea Matthias! Tiemo -Ursprüngliche Nachricht- Von: use-livecode Im Auftrag von matthias rebbe via use-livecode Gesendet: Mittwoch, 31. März 2021 11:13 An: How to use LiveCode Cc: matthias_livecode_150...@m-r-d.de Betreff: Re: slow responsiveness on windows - what was it

Copy Script vs Behaviours

2021-03-31 Thread Terence Heaford via use-livecode
I have a card with a group which is to hold the objects when I create a chart. I have pie, bar and line chart substack libraries for each with the code contained in the stack script. When the user changes the type of chart I have been using: set the script of myGroup to the script of stack

Re: New(?) Idea for Standalones

2021-03-31 Thread Heather Laine via use-livecode
I thought at this point, I could make a useful contribution to this thread: https://lessons.livecode.com/m/4071/l/1386097-i-get-a-warning-about-malicious-software-when-opening-a-livecode-standalone-on-mac

RE: slow responsiveness on windows - what was it like?

2021-03-31 Thread chipsm themartinz.com via use-livecode
I just modified my McAfee real-time scanning and Excluded files "LiveCode Indy.exe. Any lag in performance with LiveCode has now been eliminated. Sincerely, Clarence Martin Email: chi...@themartinz.com Phone: 626 6965561 -Original Message- From: use-livecode On Behalf Of matthias

Re: slow responsiveness on windows - what was it like?

2021-03-31 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 10:20 schrieb Tiemo via use-livecode > : > > After checking several ideas, Currys hint gave me the right direction. > My Machine has a SSD, but I have all my files on my domain server and was as > ever since "decades"

AW: slow responsiveness on windows - what was it like?

2021-03-31 Thread Tiemo via use-livecode
After checking several ideas, Currys hint gave me the right direction. My Machine has a SSD, but I have all my files on my domain server and was as ever since "decades" working directly on my server. Working over my gigabit network is what the newer LC versions don't like anymore. Copying all