Search found 3194 matches
- Fri May 29, 2026 2:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: The end of LiveCode as we know it.
- Replies: 13
- Views: 7456
Re: The end of LiveCode as we know it.
I’ll be honest, the end of xxx as we know it applies to most small platforms. AI will put all these platforms out of professional work. Why faff with some intermediary for a cross platform code base, when a simple set of commands to Claude Code will write the app for you in no time. In less than a w...
- Sun Apr 26, 2026 6:37 pm
- Forum: Made With LiveCode
- Topic: Appointment and Patient Tracker
- Replies: 2
- Views: 6804
Re: Appointment and Patient Tracker
I am curious if anyone has tried handling real-time updates within LiveCode stacks? updates for what? the app? Yes - you could look at theSparkle framework for updates. Or roll your own, you can access stacks online and download them. I'm more curious about the choice to use sqlite - something like...
- Tue Mar 31, 2026 4:11 pm
- Forum: Announcements
- Topic: [ ANN ] Release LiveCode 10.0.4 STABLE
- Replies: 5
- Views: 12943
Re: [ ANN ] Release LiveCode 10.0.4 STABLE
Thanks Pano,
Will 10.0.4 be accessible via LCC as 'Classic'?
Not many have standalone LC10 licenses nowadays!
Will 10.0.4 be accessible via LCC as 'Classic'?
Not many have standalone LC10 licenses nowadays!
- Mon Mar 30, 2026 1:54 am
- Forum: Mac OS
- Topic: File modification date unreliable in standalone (files() function)
- Replies: 3
- Views: 14534
Re: File modification date unreliable in standalone (files() function)
While a bug seems possible, I'd have thought it would have been reported by now, and I can see no entries in the bug database about 'modification date'. So while not impossible it seems very unlikely this is a bug (keeping in mind 'the files' was introduced in version 1), it's possible your code is ...
- Sun Mar 22, 2026 11:15 pm
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 33
- Views: 25580
Re: Livecode Community on Apple Silicon
your notes on notarising worked fine when I actually noticed them and put them into use ;) I think a lot of the issues I had were from malformed paths for Python and not having up-to-date Homebrew installed. The IDE seems to work very well on macOS Tahoe! Kudos! I'll re-test building it to confirm t...
- Sun Mar 22, 2026 4:18 pm
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 33
- Views: 25580
Re: Livecode Community on Apple Silicon
https://github.com/emily-elizabeth/HyperXTalk You can download and follow the build instructions, but this only makes a build for ARM Macs. It still has all the Livecode branding, so need to get working on that. I thought I'd check this out. I'm on MacOS 26.2, and have Xode 26.3 installed. At some ...
- Sun Mar 22, 2026 11:12 am
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 33
- Views: 25580
Re: Livecode Community on Apple Silicon
Aha: when will you release it into the wild? https://github.com/emily-elizabeth/HyperXTalk You can download and follow the build instructions, but this only makes a build for ARM Macs. It still has all the Livecode branding, so need to get working on that. Anyone here good at graphic design and mak...
- Tue Mar 17, 2026 9:46 pm
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 33
- Views: 25580
Re: Livecode Community on Apple Silicon
Why not go flashy?
How about:
HyperX (kinda joining HyperCard and xTalk)
How about:
HyperX (kinda joining HyperCard and xTalk)
- Tue Mar 10, 2026 11:10 am
- Forum: Android Deployment
- Topic: Match varialbes with case sensitivity.
- Replies: 33
- Views: 93947
Re: Match varialbes with case sensitivity.
Google85 How do you want to use this ability? My demo script can tell the difference between "dog" and "DoG", but then what? Craig Sounds like a good use-case for password management, to name one example. However if managing passwords outside of the home environment, I'd recommend hashing (where ca...
- Sun Mar 08, 2026 9:33 pm
- Forum: LiveCode Builder
- Topic: call back to LCB from C code?
- Replies: 11
- Views: 13448
Re: call back to LCB from C code?
Async callbacks are the tricky case because you cannot call the LCB handler directly from a C thread — it will crash or corrupt state. You need to marshal the call back onto LCB's main thread. There are two practical approaches: Option 1: Polling (Simpler) C side maintains a thread-safe queue. LCB ...
- Sun Mar 08, 2026 9:26 pm
- Forum: LiveCode Builder
- Topic: call back to LCB from C code?
- Replies: 11
- Views: 13448
Re: call back to LCB from C code?
I was wondering if the C code dylib can call back into the LCB? I really don't know enough about LCB (few here do...) According to Claude: Yes, C code in a dylib can call back into LCB, through handler references passed as function pointers. The mechanism works like this: On the LCB side, you decla...
- 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: 8949
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: 54054
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: 54054
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: 3
- Views: 14062
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.