Off-Topic • Can the 'common word' search term lists be edited?
I'm trying to find the current best-practise advice for building/signing/etc standalones, but when I search for "standalone" I get the following (grammatically awkward) message: "The following words...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: REplace issue in...
Hi Helen,welcome to the forum!What did you script so far? Please post your script(s).BestKlausStatistics: Posted by Klaus — Tue Jan 14, 2025 3:54 pm
View ArticleOff-Topic • Re: Can the 'common word' search term lists be edited?
You could try searching for "standalones"Statistics: Posted by stam — Tue Jan 14, 2025 3:59 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Surrogate Pairs
Some wag at the University of Plovdiv who insists on using Windows XP has asked me to implement some Unicode stuff for them: and for that I shall have to run off a standalone from either Revolution...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Surrogate Pairs
Hey-Ho: replying to my own post, again, again, again:CODE: on mouseUpset the useUnicode to trueset the unicodeText of fld "FFF" to numToChar(13654) & numToChar(52334)Those values are fake, for...
View ArticleOff-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 ArticleOff-Topic • Are treat dispensers good for dogs?
Yes, treat dispensers are beneficial for dogs. They provide mental stimulation, slow down eating, and can help reduce anxiety. Treat dispensers also promote physical exercise and behavioral training,...
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 Article