Internet • 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 ArticleTalking LiveCode • Re: Take Screenshot on other monitor
I am sorry, I am not near my computer at the moment but I vaguely remember something about screenrects (with an 's').Statistics: Posted by richmond62 — Sat Jan 25, 2025 3:52 pm
View ArticleTalking LiveCode • LiveCode Create Licensing for Open Source Developers
Hi Everyone,I'm potentially contemplating a switch from my current Standard Plan to a Create Standard Plan but wanted to know what the state of licensing is for open source developers, the intention...
View ArticleTalking LiveCode • Re: LiveCode Create Licensing for Open Source Developers
To be sure, ask Heather: support@livecode.comStatistics: Posted by Klaus — Mon Jan 27, 2025 2:36 pm
View ArticleTalking LiveCode • Dictionary error for "lineOffset"
The lineOffset function returns the line that contains a specified string. All well and good, I use it all the time.But the dictionary says:The value returned by the lineOffset function is the number...
View ArticleTalking LiveCode • Re: Dictionary error for "lineOffset"
I think lineToFind is the needle and stringToSearch is the haystack.So you can't search for"Something Iwant to getthe line number for" in the haystack, because it can't return a single line for a...
View ArticleTalking LiveCode • Saving and reading txt file
Hey everyone,Working on allow general saved data to be retrieved in my app, both for game saves and storing whether the in-app purchase has been made.I am following the guidlines here...
View Article