Search found 3183 matches
- Mon Feb 23, 2026 6:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to put a .txt file content into a field
- Replies: 2
- Views: 1365
Re: How to put a .txt file content into a field
Hi All, I have been wrestling with this for a while now and I have been away from LC for some time now. Trying to get back to it! In an App I aim developing, when I open a particular card I want to populate a field with the contents of a .txt file. Each line of the .txt file contains 4 tab separate...
- Sun Feb 15, 2026 10:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is forever really forever?
- Replies: 46
- Views: 13591
Re: Is forever really forever?
You could always take a walk on the wild side: both the Open Source continuation IDE and the web-browser implementation. Forever is never forever: but some good folk are prolonging 'things' for a bit. 8) The “wild side” as you call it is not (yet?) fit for my purposes. Webtalk, while cute and surpr...
- Sat Feb 14, 2026 4:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is forever really forever?
- Replies: 46
- Views: 13591
Re: Is forever really forever?
from the records of the LiveCode company in Britain is that nothing is 'forever' and nothing is quite what it seems. https://find-and-update.company-information.service.gov.uk/company/SC200728/charges Is this link news to you? This is an old story and while I don't understand the legalese, my impre...
- Thu Feb 12, 2026 9:00 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Notarizing error
- Replies: 2
- Views: 3688
Re: Notarizing error
Alternatively, use an AI to guide you through notarisation. They are usually helpful and if you get errors just feed the error to the AI and it will usually sort it out. I personally use Claude AI but I’m sure any AI would do it.
- Mon Feb 09, 2026 6:31 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mac Standalone crashing on launch
- Replies: 11
- Views: 3632
Re: Mac Standalone crashing on launch
Some thoughts/questions 1. MacOS version? 2. LC version? 3. Do you have a current subscription if using LC create classic? 4. If you're using legacy version, has it been modified to run on whatever MacOS you're running? 5. Is this code related? create an empty project with no objects or code, make a...
- Sat Feb 07, 2026 2:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Codesign error: Operation not permitted
- Replies: 9
- Views: 3180
Re: Codesign error: Operation not permitted
Not sure if that is an attempt at humour, or just genuine ignorance.richmond62 wrote: ↑Sat Feb 07, 2026 1:40 pmLLM?
Loud Laughing Moron?
PATA: People Addicted To Acronyms.
FDFO: Fun Derived From Obfuscation.
PACUTA: Pushing A Carrot Up Trump's . . .![]()
Maybe you should ask chatGPT instead of posting lame sarcastic comments.
- Sat Feb 07, 2026 1:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Codesign error: Operation not permitted
- Replies: 9
- Views: 3180
Re: Codesign error: Operation not permitted
Is that only true for Catalina? And what are the reasons for that? Nowadays you stand a much better chance of getting both a more accurate and definitely a faster answer using one of the many free (or free-tier) LLMs. The role of forums is diminishing day by day but probably forums will still remai...
- Fri Feb 06, 2026 8:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is forever really forever?
- Replies: 46
- Views: 13591
Re: Is forever really forever?
Yes, server is an important one for me too.
I’m not sure changes to existing installations can be enforced, but then what do I know.
I’m not sure changes to existing installations can be enforced, but then what do I know.
- Sun Feb 01, 2026 10:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is forever really forever?
- Replies: 46
- Views: 13591
Re: Is forever really forever?
Yes, our thoughts are with Jacque in these deeply troubling times. Stay safe…
- Thu Jan 29, 2026 11:04 am
- Forum: Talking LiveCode
- Topic: Why me?
- Replies: 10
- Views: 3457
Re: Why me?
Craig, just checking that the sessionLengths is a multi-line string rather than an array?
- Thu Jan 29, 2026 11:01 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Open socket, wait in .lc file using LiveCode Server
- Replies: 2
- Views: 16380
Re: Open socket, wait in .lc file using LiveCode Server
The way I've used server is as pure middleware between the outside world and the database directly; I have it on a linux server running nginx rather than apache and its job is to manage calls received from http calls to .lc files. LC Server then directly interacts with a MySQL instance on the same s...
- Tue Jan 27, 2026 3:44 am
- Forum: Made With LiveCode
- Topic: LiveCodeServer-database-API
- Replies: 7
- Views: 6729
Re: LiveCodeServer-database-API
API updated to address a number of bugs, including PBKDF2 implementation , rate-limiting function for incorrect logins and error handling in CRUD operations PBKDF2 now fully implemented with 10,000 bitwise operations, as LiveCode does not implement PBKDF2 natively and this needed to be created manua...
- Tue Jan 27, 2026 2:31 am
- Forum: Off-Topic
- Topic: The wall between a working app and a sustainable one
- Replies: 5
- Views: 4380
Re: The wall between a working app and a sustainable one
DigitalOcean droplets (virtual machines) start at $6/month. I beefed up mine a bit (more storage, more CPUs) and pay something like $15/month. This is basically a linux (virtual) machine I ssh into, and installed nginx web server, LiveCode server (with Claude AI's help, because installing server rem...
- Sat Jan 24, 2026 10:17 am
- Forum: Databases
- Topic: What version of MySQL can the community version connect to?
- Replies: 10
- Views: 7018
Re: What version of MySQL can the community version connect to?
I am using a fork of the community version, that has an ARM build, and the dbmysql.bundle file is four years after the community version. My point still stands - you may want yo check if you can replicate with 9.6.3 if it will run in Rosetta and assuming you can launch it in your current OS. The fa...
- Fri Jan 23, 2026 9:51 pm
- Forum: Databases
- Topic: What version of MySQL can the community version connect to?
- Replies: 10
- Views: 7018
Re: What version of MySQL can the community version connect to?
I had a look at the FreeDB.tech. There is nothing to see though, no details about the service (other than pricing) seem to included on the website without creating an account. After creating a test account out of curiosity I could see its MyPHP driven interface. You don't get root access which impli...