Re: LC compilation

2024-04-30 Thread Richard Gaskin via use-livecode
Kinda perfect, really. ;) Richard Gaskin FourthWorld.com Bob Sneidar wrote: > That LC compilation should read GROKING stupid spell correct. > Seemed like a good idea at the time… > > Bob S > > >> On Apr 29, 2024, at 4:28 PM, Bob Sneidar wrote: >> >> I have a hard enough time growing >> ___

Game of Life as LiveCode web deployment

2024-04-30 Thread Andreas Bergendal via use-livecode
So, in my series of ”LiveCode projects that can be deployed straight to web with almost no modification”, here is the LC implementation of Game of Life that I created during the pandemic, with great help from Thierry D. https://wheninspace.com/gameoflife/ The only adaptation I have made is chan

Re: LC compilation

2024-04-30 Thread Bob Sneidar via use-livecode
Sometimes, I am very good at coding. It’s all the other times that presents problems. ;-) Bob S On Apr 29, 2024, at 6:30 PM, Mike Kerner via use-livecode wrote: sometimes, it is very good at coding ___ use-livecode mailing list use-livecode@lists.

Re: LC compilation

2024-04-30 Thread Bob Sneidar via use-livecode
Perhaps they should take a page from Amazon’s AI book and hire a bunch of people in India to watch other people program and respond with the correct code. Bob S On Apr 29, 2024, at 6:30 PM, Mike Kerner via use-livecode wrote: i also saw, today, that zdnet tested microsoft's copilot against o

Re: LC compilation

2024-04-30 Thread Mike Kerner via use-livecode
if it wasn't the other kind, i wouldn't have anything to do On Tue, Apr 30, 2024 at 11:10 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Sometimes, I am very good at coding. It’s all the other times that > presents problems. ;-) > > Bob S > > > On Apr 29, 2024, at 6:30

Sending emails with attachments using Applescript

2024-04-30 Thread Bob Sneidar via use-livecode
Hi all. I began working on a method to send emails with attachments a while back. I finally got back around to it. It simply opens an email in the Mail app. You have to actually send it (which I rather prefer actually.) I put the actual Applescript code in a property of my mainstack (which h