Off-Topic • Re: Editing the Dictionary
The stack that does the export isn’t too complicated and can easily be run by anyone to host a copy of the docs locally.https://github.com/bwmilby/lc-misc/tree ... ebDocMakerDarn, if I'd seen this...
View ArticleGetting Started with LiveCode - Complete Beginners • I can`t get a line to...
Hi everyone, I'm trying to get a line to rotate with the following codeCODE: on mouseUp rotateLine end mouseUpon rotateLine put the angle of graphic "myLine" into tCurrentAngle add 10 to...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: I can`t get a line...
Hi Glenn,from the dioctionar about "angle":Specifies the starting angle of an arc or the rotation angle of a regular polygon or image.So your "line" is probably not a "regular polygon", is it?You can...
View ArticleAndroid Deployment • Integration of Google Billing Library into app
Hi,I was trying to create promo codes on the play console. It says to make sure that the app has been integrated with the Google Play Billing Library.LiveCode Release RC nine dot six dot thirteen rc-1...
View ArticleAndroid Deployment • Re: Integration of Google Billing Library into app
Please mark this as solved.My app is a paid app (it does not include in app purchases or subscriptions). I created promo codes for it in the Play Console. A dialog pops up which says "Make sure you've...
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... I have the following code to communicate with AnythingLLM for uploading data for...
View ArticleTalking LiveCode • Using the Shell (command) and Exiftool
Hi all,I have just spent the day trying to use Exiftool from a Livecode application. I now suspect that there is a flaw in my understanding of how "things" should be working so am asking for my home...
View ArticleConverting to LiveCode • Re: To open HyperCard Stacks with one command
Thank you for answering my newbie question. Unfortunately, the Livecode ICON in the dock did not respond when I tried to drag and drop a HyperCard stack. The converted Livecode stack responds fine and...
View ArticleTalking LiveCode • Re: Using the Shell (command) and Exiftool
Maybe you need to either change the defaultFolder to where your command line app is before using it, or alternatively use quotes around the full path, "path/to/the/CLI/binary" too (not just around the...
View ArticleGetting Started with LiveCode - Experienced Developers • App theft protection
I would like to embed a unique set of characters into an exe file so be able to detect App theft. Serial Number maybe.The first time the file is run it would be registered. That registration would be...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: App theft...
We use a "phone home" feature in our apps. Not for theft protection per se. We use it to collect usage data to see how often out apps are being used. When someone buys out app, they get a license key,...
View ArticleMultimedia • Multi-track playback synchronization
Hello,this is my first post ever on a forum, so bear with me ... A little about me!I consider myself quite knowledgeable in HyperTalk (started back in 1993). During 2000-2010 programming in HyperTalk...
View ArticleMultimedia • Re: Multi-track playback synchronization
Probably because LiveCode is not multithreaded.Statistics: Posted by richmond62 — Sat Jan 18, 2025 4:06 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Suppress All Messages
So, the menu item Development/Suspend Messages does NOT suspend ALL messages: preOpenControl and openControl will still run in a stack.So if I am sent a stack from a source I don't trust and open it,...
View ArticleGetting 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 Article