Search found 3215 matches

by stam
Thu Sep 10, 2026 6:49 pm
Forum: Made With LiveCode
Topic: Livecode pro editor
Replies: 9
Views: 182

Re: Livecode pro editor


I built a Livecode Script Editor for windows
I was exhausted of using the script editor IDE and I built this. Faster and Far better script editor.


Like others, I'm curious to see this - but why is it Windows only?
I'm sure most LC users are Mac based and a there is a smattering of Linux based ...
by stam
Thu Sep 10, 2026 6:19 pm
Forum: Off-Topic
Topic: HyperXTalk 0.9.15 Released
Replies: 5
Views: 1202

Re: HyperXTalk 0.9.15 Released


And if so, why is it so damned marginal???


While it's a great language, there are drawbacks.

Chiefly animated graphics performance - you can tweak it so it kinda works but doesn't hold a candle to mainstream languages. We were enticed to buy into complied scripts that were meant to deliver ...
by stam
Tue Sep 08, 2026 7:19 pm
Forum: Made With LiveCode
Topic: Sliderrs - a modern Puzzle 15 iOS game
Replies: 6
Views: 723

Re: Sliderrs - a modern Puzzle 15 iOS game

Sorry should have said: “content not available in your region” (UK)
by stam
Tue Sep 08, 2026 6:54 pm
Forum: Made With LiveCode
Topic: Sliderrs - a modern Puzzle 15 iOS game
Replies: 6
Views: 723

Re: Sliderrs - a modern Puzzle 15 iOS game

Very nice, never occurred to me to do this!

Your URL doesn’t work btw
by stam
Mon Sep 07, 2026 6:03 pm
Forum: Made With LiveCode
Topic: Sliderrs - a modern Puzzle 15 iOS game
Replies: 6
Views: 723

Re: Sliderrs - a modern Puzzle 15 iOS game

Works well… how did u create the number graphics with some having rounded edge?
by stam
Sun Sep 06, 2026 9:20 pm
Forum: Software Engineering
Topic: AI coding?
Replies: 5
Views: 260

Re: AI coding?

ScriptOnlyStack - text files
by stam
Sun Sep 06, 2026 7:31 pm
Forum: Linux
Topic: HMAC Encryption causes crash.
Replies: 2
Views: 830

Re: HMAC Encryption causes crash.

You may find this repo of mine helpful:
https://github.com/stam66/LiveCodeServer-database-API

It's a LC server based API for communication with database servers. There is quite a bit on HMAC/PBKDF2 encryption (which isn't implemented natively, I had to create this to ensure parity with other ...
by stam
Sun Sep 06, 2026 7:06 pm
Forum: Software Engineering
Topic: AI coding?
Replies: 5
Views: 260

Re: AI coding?

I'll second that - Claude is generally quite good, but attention is needed as it can confabulate by inventing system messages that don't exist (although probably should do :))

The biggest advantage however is that Claude employs a wider arcing/holistic approach to coding - for example of you want ...
by stam
Fri Jul 03, 2026 3:50 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 11
Views: 4605

Re: Uploaded build error: App thinning

Glad you got it sorted...

Unusual that Claude didn't find the issue... Did you user Claude Code in Desktop? I find the desktop simpler to use that in terminal.

It will inspect your local files directly and should have picked up this issue. Claude as a chat bot is fine, but Claude Code is orders ...
by stam
Tue Jun 23, 2026 9:34 pm
Forum: Talking LiveCode
Topic: Is LiveCode really trying to compete with AI products right now?
Replies: 8
Views: 5117

Re: Is LiveCode really trying to compete with AI products right now?

Does Claude Code comment its code and could simple example apps it creates be used as way of learning a language ?

Do you think it could help in refactoring the IDE stacks which are tortuous to work on by hand with no documentation?


Yes - if you go over a particular solution more than once it ...
by stam
Mon Jun 22, 2026 9:45 pm
Forum: Talking LiveCode
Topic: Is LiveCode really trying to compete with AI products right now?
Replies: 8
Views: 5117

Re: Is LiveCode really trying to compete with AI products right now?

As I might have mentioned (can’t be bothered to re-read my post :)), the app was already built as a web app using Xojo. The API was already built, and all the design had been done. I wanted some mobile companion apps that connected to the same database (MySQL) using the existing API.

My point was ...
by stam
Sun Jun 21, 2026 2:01 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 11
Views: 4605

Re: Uploaded build error: App thinning

This type of thing can usually be solved or mitigated using AI - I personally recommend Claude, but any AI will probably do.

Just literally copy the text of your question there and provide:
1. LiveCode version.
2. Xcode version.
3. Exact App Store Connect rejection text.
4. Whether any third-party ...
by stam
Sun Jun 14, 2026 2:33 pm
Forum: Talking LiveCode
Topic: Transferring variables between AppleScript and LiveCode
Replies: 8
Views: 3812

Re: Transferring variables between AppleScript and LiveCode


Is it possible the OP is talking about the form "do as AppleScript", and wants some data to return to LC?



Always possible, and as Bernd says, best to wait for the OP to clarify, but according to the initial post (emphasis mine):
The execution context is Applescript (e., I am not running ...
by stam
Thu Jun 11, 2026 10:25 am
Forum: Talking LiveCode
Topic: Transferring variables between AppleScript and LiveCode
Replies: 8
Views: 3812

Re: Transferring variables between AppleScript and LiveCode

Hi Bernd,

I'm not sure that's the what the OP is asking but may be wrong.
Looks like they're using AppleScript independent of LiveCode but want to send an AppleScript event to LiveCode with a value to be processed there.

This strikes me as the wrong way round and my understanding is about the same ...
by stam
Thu Jun 11, 2026 10:17 am
Forum: Announcements
Topic: matchText goes 'all sensitive'.
Replies: 9
Views: 6871

Re: matchText goes 'all sensitive'.

I'm not even sure where to begin with this.
The point blank refusal of wanting to understand or use regex is jaw-dropping...

I gave your links (well, 1st link) a glance. It seems OXT has gone as far as removing regex from the regex method, the actual reason for the existence of these functions. I ...