Re: open socket on start up and can't close

2021-12-15 Thread Curry Kenworthy via use-livecode
Craig: > ROBERT EPPICH? More people read this list than anyone might assume. A few regulars - but many others who work/lurk! :) Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" Christian LiveCode Training and Consulting

Re: open socket on start up and can't close

2021-12-15 Thread Monte Goulding via use-livecode
Is there a reason you are trying to close it? This is the socket port the remote debugger is listening on and there is a loop ensuring its existence. Cheers Monte > On 16 Dec 2021, at 6:26 am, RobEppich via use-livecode > wrote: > > Downloaded and run Livecode 9.6.5, type “put the

Re: open socket on start up and can't close

2021-12-15 Thread Alex Tweedly via use-livecode
Could it be remote debugging ? Which version / license are you using ? Alex. On 15/12/2021 19:26, RobEppich via use-livecode wrote: Downloaded and run Livecode 9.6.5, type “put the opensockets” and a socket is open, 65463. Close socket 65463 and put the opensockets again and result is

Re: open socket on start up and can't close

2021-12-15 Thread Klaus major-k via use-livecode
Hi Rob déjà vue? :-D > Am 15.12.2021 um 20:26 schrieb RobEppich via use-livecode > : > > Downloaded and run Livecode 9.6.5, type “put the opensockets” and a socket is > open, 65463. Close socket 65463 and put the opensockets again and result is > 65466. > Close the socket that is opened on

Re: open socket on start up and can't close

2021-12-15 Thread Craig Newman via use-livecode
ROBERT EPPICH? If you are the person I think you are, do you know that I still manage a dozen OS9 Macs on a network using Hypercard and Epsitalk? Do you have other posts on either the LiveCode forums or this use-list? I have never seen your name... Craig Newman > On Dec 15, 2021, at 2:26 PM,

open socket on start up and can't close

2021-12-15 Thread RobEppich via use-livecode
Downloaded and run Livecode 9.6.5, type “put the opensockets” and a socket is open, 65463. Close socket 65463 and put the opensockets again and result is 65466. Close the socket that is opened on startup always results in another socket being opened. This was not the case in 9.6.3 and previous

Re: Ghost in the Machine

2021-12-15 Thread Peter Reid via use-livecode
Thanks Richard and Alex. The membership system is web-based and the page I'm trying to interact with contains HTML, php and Javascript material. Therefore the POST construction approach seems to be promising. Unfortunately, the membership details features about 900 lines of LiveCode script,

Re: regex backreferences

2021-12-15 Thread Kaveh via use-livecode
It's two years since I have been in contact, but this is the email I had: th.do...@sunny-tdz.com Regards Kaveh On Wed, 15 Dec 2021 at 16:37, Douglas A. Ruisaard via use-livecode < use-livecode@lists.runrev.com> wrote: > None of the links to acquire nor contact Thierry on his site (< >

RE: regex backreferences

2021-12-15 Thread Douglas A. Ruisaard via use-livecode
None of the links to acquire nor contact Thierry on his site () work. They just hang indefinitely... but the web site, itself, appears to be functrional. Can anyone provide an alternative means to contact this developer? Douglas Ruisaard

Re: regex backreferences

2021-12-15 Thread Devin Asay via use-livecode
Thanks for confirming, Jacque and Kaveh. I figured that was the case. I can stop beating my head against it now! Now for a trip to workaround land! - Devin On Dec 15, 2021, at 2:46 AM, Kaveh via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: This is a major shortcoming and I have

Re: How to detect when the user moves a stack

2021-12-15 Thread Richmond Mathewson via use-livecode
remember to 'toplevel' you substack. On Wed, 15 Dec 2021, 12:29 jbv via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hi Klaus, > > Yes it works, thank you for the tip. > Oddly I forgot about the "movestack" message, probably because it > doesn't appear in the list of available

Re: How to detect when the user moves a stack

2021-12-15 Thread jbv via use-livecode
Hi Klaus, Yes it works, thank you for the tip. Oddly I forgot about the "movestack" message, probably because it doesn't appear in the list of available messages when I open the stack script in LC 8... jbv Le 2021-12-15 05:17, Klaus major-k via use-livecode a écrit : Hi jbv, Am 15.12.2021

Re: How to detect when the user moves a stack

2021-12-15 Thread Klaus major-k via use-livecode
Hi jbv, > Am 15.12.2021 um 11:02 schrieb jbv via use-livecode > : > > Hi list, > How can I detect when the user moves a stack around the screen by clicking on > the top bar while leaving the mouse down ? > Here's my problem : I have a main stack calling a modal stack that displays >

How to detect when the user moves a stack

2021-12-15 Thread jbv via use-livecode
Hi list, How can I detect when the user moves a stack around the screen by clicking on the top bar while leaving the mouse down ? Here's my problem : I have a main stack calling a modal stack that displays information in real time while some client / server dialog is running. When the modal

Upcoming Changes for WordLib, WordReport, etc.

2021-12-15 Thread Curry Kenworthy via use-livecode
For the Curry K. addons I'm happy to announce: backend, release flow, and pricing changes 1. MORE, FASTER, A FLURRY! Finally had a chance to update the backend for my LC addons. It's mucho más way-more automated, so updates can be MORE FREQUENT! Planned this literally 10 years ago! But

Re: regex backreferences

2021-12-15 Thread Kaveh via use-livecode
This is a major shortcoming and I have wanted this for years. Thierry has filled the gap with his excellent SunnyRex library . I have used it successfully, I recommend it, and it works well. He has also supported me well after I purchased SunnyRex. But it