Search found 227 matches
- Sun Sep 06, 2026 6:41 pm
- Forum: Software Engineering
- Topic: AI coding?
- Replies: 5
- Views: 128
Re: AI coding?
Claude has a good database of LCS and LCB that it can write a library or widget with just some prompting. It's helpful to know what it is doing, but with the easy syntax of LCS it's easy enough to figure out what it's doing.
- Fri Aug 28, 2026 10:44 pm
- Forum: Made With LiveCode
- Topic: Devawriter Pro
- Replies: 49
- Views: 140154
Re: Devawriter Pro
Sadly the macOS version isn't code signed, so you will need to use Sentinel <https://itsalin.com/appInfo/?id=sentinel> to ad-hoc sign it for your computer.
- Thu Aug 27, 2026 10:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Round Trip: script-only stacks
- Replies: 6
- Views: 294
Re: Round Trip: script-only stacks
You can always include images as base64 encoded data in the stack only script. It'll make your stack balloon in size, but no dependencies is nice too
- Thu Aug 27, 2026 5:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Round Trip: script-only stacks
- Replies: 6
- Views: 294
Re: Round Trip: script-only stacks
Yes, all controls and other imported binary data would be lost. The revMenubar shows how to create a stack with controls and images from a script only stack.
Going from a script only stack to a binary stack would just require you to copy and paste the code into the stack/card script (or where ever)
Going from a script only stack to a binary stack would just require you to copy and paste the code into the stack/card script (or where ever)
- Tue Aug 25, 2026 2:36 am
- Forum: LiveCode Builder
- Topic: Scrolling Text widget
- Replies: 0
- Views: 191
Scrolling Text widget
Widget to scroll text across a stack
Video: https://streamable.com/e9rigy
Download: https://github.com/emily-elizabeth/Text ... t/releases
Video: https://streamable.com/e9rigy
Download: https://github.com/emily-elizabeth/Text ... t/releases
- Wed Aug 19, 2026 1:15 pm
- Forum: LiveCode Builder
- Topic: Image Grid extension
- Replies: 5
- Views: 442
Re: Image Grid extension
Hi Jim,
Thank you for the kind words.
~Emily-Elizabeth
- Sun Aug 16, 2026 8:27 pm
- Forum: LiveCode Builder
- Topic: Image Grid extension
- Replies: 5
- Views: 442
Image Grid extension
https://github.com/emily-elizabeth/Imag ... t/releases
Displays image thumbnails in a grid for easy display and selecting an image
Displays image thumbnails in a grid for easy display and selecting an image
- Fri Aug 14, 2026 3:40 pm
- Forum: Off-Topic
- Topic: Is LiveCode still Alive ?
- Replies: 17
- Views: 1239
Re: Is LiveCode still Alive ?
Step 1: Use any good AI e.g. https://gemini.google.com/ . Be aware that AI usage is not free. I found Google to be affordable.
If you use OpenCode https://opencode.ai and use their Big Pickle model, it is free. I didn't find it all that great compared to Claude, but I'm sure if you put the time ...
- Sun Aug 09, 2026 10:19 pm
- Forum: Talking LiveCode
- Topic: Application and LiveCode dissapears Application does not startup
- Replies: 5
- Views: 606
Re: Application and LiveCode dissapears Application does not startup
What operating system are you on?
- Thu Aug 06, 2026 1:53 pm
- Forum: Linux
- Topic: Alphanumeric Characters.
- Replies: 2
- Views: 191
Re: Alphanumeric Characters.
You can always use to rule out straight numbers.
Code: Select all
is a number- Fri Jul 17, 2026 4:49 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Problem with recursive API call
- Replies: 7
- Views: 777
Re: Problem with recursive API call
Instead of handling it in a repeat loop, look at using send
- Thu Jul 16, 2026 10:33 pm
- Forum: Off-Topic
- Topic: Virtual Buddy
- Replies: 0
- Views: 465
Virtual Buddy
Here's a good program for testing different versions of ARM macOS. It will download the macOS version for you and then you install it in a virtual machine.
https://github.com/insidegui/VirtualBuddy
https://github.com/insidegui/VirtualBuddy
- Tue Jul 14, 2026 3:51 pm
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 36
- Views: 38507
Re: Livecode Community on Apple Silicon
Hi Philippe-Martin,
Thank you for the kind words and hopefully HyperXTalk fills the void that LiveCode Community has left. I'd love to see some of your work, especially if it is spanning from HyperCard to now! It's the community that drives HyperXTalk forward, so feel free to come and join us and ...
Thank you for the kind words and hopefully HyperXTalk fills the void that LiveCode Community has left. I'd love to see some of your work, especially if it is spanning from HyperCard to now! It's the community that drives HyperXTalk forward, so feel free to come and join us and ...
- Wed Jul 08, 2026 12:48 am
- Forum: Off-Topic
- Topic: HyperXTalk 0.9.15 Released
- Replies: 0
- Views: 1055
HyperXTalk 0.9.15 Released
A big release with a bunch of fixes, some new features and Linux support! We're also adding tutorials to the website to help out beginners. If you think there is something that needs to be added, let me know and we'll look at adding it.
https://www.hyperxtalk.com/
https://www.hyperxtalk.com/
- Fri Jul 03, 2026 6:39 pm
- Forum: iOS Deployment
- Topic: Uploaded build error: App thinning
- Replies: 11
- Views: 4549
Re: Uploaded build error: App thinning
hahaha... Thanks for all the helptrevix wrote: Fri Jul 03, 2026 5:46 pm I think you are taking advantage of all the things that, against my will, I had to explain over and over to Claude code![]()