Search found 231 matches

by Emily-Elizabeth
Wed Sep 09, 2026 8:28 pm
Forum: Talking LiveCode
Topic: "Header" is a reserved word?
Replies: 2
Views: 45

Re: "Header" is a reserved word?

Code: Select all

on MouseUp
   local Header
   put "moo" into Header
   put Header
end MouseUp
I get an error on the line "put Header" - Expression missing factor
by Emily-Elizabeth
Wed Sep 09, 2026 8:25 pm
Forum: Off-Topic
Topic: HyperXTalk 0.9.15 Released
Replies: 2
Views: 1112

Re: HyperXTalk 0.9.15 Released

Thank you for the kind words. :)
by Emily-Elizabeth
Tue Sep 08, 2026 7:47 pm
Forum: Made With LiveCode
Topic: Sliderrs - a modern Puzzle 15 iOS game
Replies: 6
Views: 702

Re: Sliderrs - a modern Puzzle 15 iOS game

2adThFs.png
2adThFs.png (28.16 KiB) Viewed 59 times
wAlhiCi.png
wAlhiCi.png (29.65 KiB) Viewed 59 times
by Emily-Elizabeth
Tue Sep 08, 2026 7:13 pm
Forum: Made With LiveCode
Topic: Sliderrs - a modern Puzzle 15 iOS game
Replies: 6
Views: 702

Re: Sliderrs - a modern Puzzle 15 iOS game

You need to replace the dash "-" with a dot "."
by Emily-Elizabeth
Sun Sep 06, 2026 6:41 pm
Forum: Software Engineering
Topic: AI coding?
Replies: 5
Views: 223

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: 140254

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: 315

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: 315

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: 200

Scrolling Text widget

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

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: 459

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: 1338

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: 197

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: 812

Re: Problem with recursive API call

Instead of handling it in a repeat loop, look at using send