Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
got it. in the openCard handler (which is blank), add the line: select the text of field 2 of me #mikey h4x0rz t3h IDE On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner wrote: > oh, would you look at that, they replaced the stack with an SOS. > don't mind me. > > On Thu, Dec 8, 2022 at 10:20 PM Mike

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
oh, would you look at that, they replaced the stack with an SOS. don't mind me. On Thu, Dec 8, 2022 at 10:20 PM Mike Kerner wrote: > have you tried replacing > Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? > > On Thu, Dec 8, 2022 at 6:50 PM Paul Dupuis via

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
have you tried replacing Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? On Thu, Dec 8, 2022 at 6:50 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I ran into another LC 9.6.9rc2 regression, this time with the Ask > dialog. See

Re: Build in Answer Dialog

2022-12-08 Thread Paul Dupuis via use-livecode
I ran into another LC 9.6.9rc2 regression, this time with the Ask dialog. See https://quality.livecode.com/show_bug.cgi?id=24044 Any chance of pointing me to what line in C:\Program Files\RunRev\LiveCode 9.6.9 (rc 2)\Toolset\palettes\ask-dialog\revaskdialog.livecodescript i need to add to

Re: Crash on launching LC server version > 9.6.7 using terminal

2022-12-08 Thread Ralf Bitter via use-livecode
Hi Mark, thanks very much for taking the time. I made a note of your comment at the time but did not catch stam's subsequent comments (regarding the codesignature of server dylib files). Your instructions helped partially, as launching LC server from the terminal did not crash the executable,

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
Hi all, I also tried: - on browserBeforeNavigate pUrl if pURL ends with ".pdf" then libURLDownloadToFile pUrl, (specialfolderpath("dektop") & "/test666.pdf") else pass browserBeforeNavigate end if end browserBeforeNavigate

Re: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-08 Thread Mike Kerner via use-livecode
mark - what have you fond compelling about vscode? i have never really liked it On Thu, Dec 8, 2022 at 11:58 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2022-12-06 19:15, Ralph DiMola via use-livecode wrote: > > I was wondering what editor the LC community is

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 08.12.2022 um 19:06 schrieb J. Landman Gay via use-livecode > : > > I guess it hasn't been fixed yet, or else we don't understand how to use it. > When I was trying it, breakpoints didn't even trigger so I assumed the > messages weren't being sent. Did you put the handlers in

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread J. Landman Gay via use-livecode
I guess it hasn't been fixed yet, or else we don't understand how to use it. When I was trying it, breakpoints didn't even trigger so I assumed the messages weren't being sent. Did you put the handlers in the widget script? When I tested we didn't have widgets yet. If that doesn't work I'm

Re: Crash on launching LC server version > 9.6.7 using terminal

2022-12-08 Thread Mark Waddingham via use-livecode
Hi Ralf, have any of you ever experienced that a version of LC Server newer than 9.6.7 crashes on launching using hashbangs? This is the case for me on a MacBook Pro M1 running macOS Monterey 12.6. Oh! I thought it was something that had changed in recent macOS Monterey versions, rather than

Re: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-08 Thread Mark Waddingham via use-livecode
On 2022-12-06 19:15, Ralph DiMola via use-livecode wrote: I was wondering what editor the LC community is migrating to? I like Atom with the LCS and LCB packages. I've recently migrated to VSCode (albeit from Sublime Text, rather than Atom) - I have not looked back :) Warmest Regards,

Re: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-08 Thread Mike Kerner via use-livecode
sublime text is so much faster. i avoid atom as much as possible ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: ChatGPT and Livecode

2022-12-08 Thread Mike Kerner via use-livecode
fun On Thu, Dec 8, 2022 at 5:09 AM Ludovic THEBAULT via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello all, > > Chatgpt knows Livecode and can propose code on a simple description, but > it remains to be improved :-) > > Example : "Write a code for Livecode to read line by line a

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
Hi Jacque and all, > Am 06.12.2022 um 22:24 schrieb Klaus major-k via use-livecode > : > > Hi Jacque, > >> Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode >> : >> On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: what is the browser widget's equivalent to a field's

ChatGPT and Livecode

2022-12-08 Thread Ludovic THEBAULT via use-livecode
Hello all, Chatgpt knows Livecode and can propose code on a simple description, but it remains to be improved :-) Example : "Write a code for Livecode to read line by line a long text file. ยป ChatGPT : > on openCard > put "Enter the path to the text file:" > answer file > set