Search found 227 matches

by Emily-Elizabeth
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.
by Emily-Elizabeth
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.
by Emily-Elizabeth
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
by Emily-Elizabeth
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)
by Emily-Elizabeth
Tue Aug 25, 2026 2:36 am
Forum: LiveCode Builder
Topic: Scrolling Text widget
Replies: 0
Views: 191

Scrolling Text widget

by Emily-Elizabeth
Wed Aug 19, 2026 1:15 pm
Forum: LiveCode Builder
Topic: Image Grid extension
Replies: 5
Views: 442

Re: Image Grid extension

jiml wrote: Wed Aug 19, 2026 2:28 am Thank you for your Image Grid extension.
Very nice!
Hi Jim,

Thank you for the kind words.

~Emily-Elizabeth
by 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
by Emily-Elizabeth
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 ...
by Emily-Elizabeth
Thu Aug 06, 2026 1:53 pm
Forum: Linux
Topic: Alphanumeric Characters.
Replies: 2
Views: 191

Re: Alphanumeric Characters.

You can always use

Code: Select all

is a number
to rule out straight numbers.
by Emily-Elizabeth
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
by Emily-Elizabeth
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
by Emily-Elizabeth
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 ...
by Emily-Elizabeth
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/
by Emily-Elizabeth
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

trevix 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 :D
hahaha... Thanks for all the help ;-)