Getting Started with LiveCode - Complete Beginners • Re: Suppress All Messages
A little script like this will do the work:CODE: ...lock messagesgo stack "path/to/stack.livecode"...I'm using this for more than 20 years. Statistics: Posted by Klaus — Sat Jan 18, 2025 6:40 pm
View ArticleInternet • tsNetPostSync issues with AnythingLLM server document upload....
Hello all LC friends. Mayby somebody can help me with the following issue I have been working on for hours and hours... >>> (SOLVED )I have the following code to communicate with AnythingLLM...
View ArticleGetting Started with LiveCode - Complete Beginners • Create Progress.
At last: something that sounds exciting:Join me, Steven Crighton, online on Thursday, 23rd January, at 4pm* UK time, and get the lowdown on new features coming to LiveCode Create. I'll be presenting...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Create Progress.
At one time there was some talk about a free version. Statistics: Posted by richmond62 — Sun Jan 19, 2025 8:20 pm
View ArticleTalking LiveCode • No tsNetDeleteSync function how to delete ?
Hello LC friends and specialists,I have the following problem with tsNet function.There does not seem to be a tsNetDeleteSync function .I need to send a delete file message with tsNet.... to an url ,...
View ArticleTalking LiveCode • Re: No tsNetDeleteSync function how to delete ?
No answers yet from any of the LiveCode experts ? Here is some additional information and a piece of script.I get the following debug information, The server does not seem to be able to cope with the...
View ArticleInternet • Re: Delete URL with data (and Patch)
Hi pink,I could not get the DELETE request via tsNetCustomSync working , however mayby in your case it works because I get a server error which could not be a code issue.For more information on the...
View ArticleOff-Topic • Re: Hardware section / Operating system section
Hello, everyone! I've been programming in Livecode for the last several years but am new to the forum, as my programming skills are certainly limited! Wondering if there was any resolution to running...
View ArticleTalking LiveCode • No tsNetDeleteSync function how to delete ? (Solved with...
Hello LC friends and specialists,I have the following problem with tsNet function.There does not seem to be a tsNetDeleteSync function .I need to send a delete file message with tsNet.... to an url ,...
View ArticleSoftware Engineering • Re: Using LiveCode for test automation
Hi Scott! Yes, it's possible to use LiveCode for test automation, especially with its scripting capabilities. While direct integration with Selenium or Python might require some workarounds, you can...
View ArticleTalking LiveCode • Re: No tsNetDeleteSync function how to delete ? Solved
For those who are interested.I got it solved an running but without tsNet functionality.What I did is make use of the shell functionality in livecode to run a PowerShell script.This makes it so much...
View ArticleHTML5 • Re: By-directional Javascript in Livecode
Looking for examples of best practice with regard to bi-directional communication. Any forum posts out there or stacks with working code?Statistics: Posted by opn — Wed Jan 22, 2025 1:48 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Find & Replace with...
I have a large number of images-as-buttons that have a naming convention that goes like this: 118.png, and they are referred to in a cardScript like that.Now those images-as-buttons look pretty...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Find & Replace...
Well: no answers forthcoming.While waiting, I didn't wait and did this instead in a button:CODE: on mouseup put the script of this card into fld "SKRIPT" put 1 into VOX repeat until word VOX of fld...
View ArticleMade With LiveCode • ScrollbarLab
Hi all,I made ScrollbarLab stack to make scrollbars the way I want them, and recently, Klaus and Bernd said some nice things about it. So here it is out in the open in "Made with LiveCode"Cheers,Roger...
View ArticleMade With LiveCode • Re: ScrollbarLab
Seems the stack didn't download.... ScrollbarLab.livecode.zipStatistics: Posted by RogGuay — Thu Jan 23, 2025 1:38 am
View ArticleTalking LiveCode • (destroyStack) Ok, Maybe I know that What, but not the Why...
This may seem dumb, but why is this property available to set? closeStack means close stack, so under what circumstances would I want to leave it in memory?Also, I save my projects to a local folder...
View ArticleTalking LiveCode • Re: (destroyStack) Ok, Maybe I know that What, but not the...
Hi.I always do, because if I close a stack I invariably want it to actually go away. But others may close a stack and yet want to keep it close by, in a sense. Possibly to access handlers in their...
View ArticleGetting Started with LiveCode - Experienced Developers • KeyDown and RawKeyDown
Hello.Doing some tests with a BT keyboard and iOS/Android devices, I found the following:The dictionary states that the messages "KeyDown" and "RawKeyDown" works on "mac, windows, linux, ios,...
View ArticleTalking LiveCode • Take Screenshot on other monitor (Solved)
Hello LC specialist.For me it is afternoon so good afternoon .Does anybody know how to make a snapshot of a screen on another monitor than my main monitor.My application is placed on a second monitor...
View Article