Consider using load with callbacks.
https://lessons.livecode.com/m/4071/l/7 ... o-livecode
Callbacks keep network I/O clean and efficient.
Search found 9865 matches
- Mon Jul 20, 2026 12:43 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Problem with recursive API call
- Replies: 7
- Views: 441
- Thu May 28, 2026 6:05 am
- Forum: Announcements
- Topic: [ ANN ] Coordinated Release
- Replies: 10
- Views: 20152
Re: [ ANN ] Coordinated Release
Yes and no.gregward74 wrote: Wed May 27, 2026 8:47 pm For what it's worth, I don't think this announcement means Classic is ending.
The maintenance of a separate installation for 10 is going away sometime in 2027.
The Classic IDE remains supported as an option in the v11 package.
- Thu May 14, 2026 8:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Why does my LiveCode script fail to properly update and pass data between stacks using send and dispatch
- Replies: 5
- Views: 17379
Re: Why does my LiveCode script fail to properly update and pass data between stacks using send and dispatch
Hard to follow the block of text. A simple example stack exhibiting the issue will help us resolve it in seconds. I suspect it has to do with variable names quoted in a way that causes them to be seen instead as strings, but I'm just guessing. An example stack will turn guessing into a solution ...
- Mon Mar 30, 2026 10:00 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
The scripting language is there, the Classic IDE is needed to build Create, many of the bug reports make reference to using Classic.
At the end of the day, you can build the Create IDE in Classic (indeed, that's what they're doing), but not the other way around.
I see Classic as a less attractive ...
At the end of the day, you can build the Create IDE in Classic (indeed, that's what they're doing), but not the other way around.
I see Classic as a less attractive ...
- Mon Mar 30, 2026 6:39 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
My understanding is that sometime next year the current engine will cease getting support and updates. It should continue to work, but if any supported OS changes there will be no fixes after Classic is discontinued. I'm not clear on how current licenses will be managed.
Yes, the engine path ...
- Mon Mar 30, 2026 5:59 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
continue using it as the workshop where Create is worked on
The company may do that: but whether they are going to continue licensing it to others is another question.
What conjecture about any future doesn't involve unknowns?
I'm just looking at the pragmatic aspects from a business owner ...
- Sun Mar 29, 2026 5:06 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
Richard.
Classic IDE is still available as an option in Create, and I can't imagine any benefit in adding the additional expense of somehow purging it later on.
"Still available..." That seems like a tenuous hope; the effort of maintaining its compatibility with Create might either orphan it ...
- Thu Mar 26, 2026 6:39 am
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
Richard.
Am I somehow disingenuous in my thinking that only classic can do anything, never mind that Create can do lots of things?
I'm not sure how "disingenuous" could apply.
It's all more or less the same engine, with the biggest difference being the IDE stacks files. One of the things I've ...
- Wed Mar 25, 2026 11:59 pm
- Forum: Talking LiveCode
- Topic: Adventures into matchChunk and regex
- Replies: 16
- Views: 22248
Re: Adventures into matchChunk and regex
Otherwise you are oftentimes out of luck.
The number and variety of rules for defining English sentence boundaries is probably knowable, and certainly within the range of modern computing horsepower to use.
The question is: who has the expertise in both linguistics and computer science to pull ...
- Wed Mar 25, 2026 11:44 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
On another note, will there be a "standard", "classic", whatever option in Create going forward?
Classic IDE is still available as an option in Create, and I can't imagine any benefit in adding the additional expense of somehow purging it later on.
I can see how it might become unsupported at ...
- Wed Mar 25, 2026 7:48 pm
- Forum: Talking LiveCode
- Topic: Livecode Standard Plan
- Replies: 34
- Views: 33947
Re: Livecode Standard Plan
I’m old enough to feel nostalgic for freeware and shareware. :wink:
Once I’ve swallowed the bitter pill of broken promises, I might console myself by making my projects available to everyone.
It’s hard to give up on your dreams
I suspect you and I are of similar age, which more or less answers ...
- Wed Mar 25, 2026 5:52 pm
- Forum: Talking LiveCode
- Topic: Adventures into matchChunk and regex
- Replies: 16
- Views: 22248
Re: Adventures into matchChunk and regex
The task was to break up short texts into 3, 4 or 5 paragraphs. I manged that by counting full stops "." and determine the number of sentences that should make up a paragraph.
I would start this exercise at the beginning, asking, "For what purpose?"
A paragraph isn't a quantity, but a semantic ...
- Tue Mar 17, 2026 5:38 am
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 36
- Views: 35319
Re: Livecode Community on Apple Silicon
The heart wants what the heart wants, but given your talents if I had any say in it I'd rather see you work on that engine compile than a tedious rote task.
- Tue Mar 17, 2026 4:27 am
- Forum: Talking LiveCode
- Topic: Livecode Community on Apple Silicon
- Replies: 36
- Views: 35319
Re: Livecode Community on Apple Silicon
The IDE stacks are where branding is user-facing, and as you know are separate from the compiled engine.
Given how often the brand name shows up across the IDE, rebranding is a fair bit of work.
You might consider using the IDE stacks Paul worked on for OXT, and maybe coordinating your build as a ...
Given how often the brand name shows up across the IDE, rebranding is a fair bit of work.
You might consider using the IDE stacks Paul worked on for OXT, and maybe coordinating your build as a ...
- Mon Mar 09, 2026 8:22 pm
- Forum: Android Deployment
- Topic: Match varialbes with case sensitivity.
- Replies: 33
- Views: 100283
Re: Match varialbes with case sensitivity.
And the OP hasn't returned in over a year.