Talking LiveCode • MouseColor working incorrectly in standalone
I have a very simple LC tool that uses mouseColor to tell me the precise RGB colour (and then works out the hex value) of what I point at. This works as expected running as a stack in LiveCode (9.6.13...
View ArticleGetting Started with LiveCode - Experienced Developers • dateItems show wrong...
Hi,Where I live it is Saturday, 8 February 2025. When I do this in the message box:put the short date into d ;convert d to dateitems ; answer dI get "2025,2,8,0,0,0,7" The last item (7) says it is...
View ArticleTalking LiveCode • Support and Resources for LiveCode Beginners?
Hi everyone,I'm new to LiveCode and am very interested in its visual programming capabilities. However, I still have many questions about how to use this tool effectively, especially in developing...
View ArticleOff-Topic • Wistia: a word of warning to the wise.
I have previously used a plugin in Brave to download a few Wistia videos from LiveCode.This morning when I turned on my machine (macOS 12 Monterey) I got a warning that the Wistia download plugin...
View ArticleAnnouncements • Сервисный центр
Repairing washing machines is not expensive at home.Telling random Russians to 'boil their heads' is quite easy as well. Statistics: Posted by richmond62 — Wed Feb 12, 2025 5:37 pm — Replies 1 — Views...
View ArticleGetting Started with LiveCode - Complete Beginners • Barcode Widget
Hi everyone,I’ve been looking for a barcode widget and came across the following:https://www.aslugontheroad.com/41-barco ... -beta-testHas anyone tried this widget (and perhaps still has it?)? I ask...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid data...
Has anyone else seen data corruption when using the Polygrid when deleting/adding rows and/or modifying the columns? I had some weird issue with multiple new empty columns being added. After deleting...
View ArticleGetting Started with LiveCode - Complete Beginners • Click doesn't register...
I have a text input field and a couple of list fields.When I edit the value of the input field, it puts that value into the first list field and selects the line, e.g.:CODE: on closeField updateTitle...
View ArticleGetting Started with LiveCode - Complete Beginners • What's the difference...
I'm able to set the highlighted line of a list field with either of these:CODE: select line 6 of fid myFieldset the hilitedline of old myField to 6I've searched lo and hi, but can't find the...
View ArticleInternet • tsneterr: (28) Operation too slow
I am using the API maker "Twidget" I am having one problem with one specific endpoint: "forgot-password"tData is just a JSON with an email address: {"email":"123@abc.com"}tHeader is "Content-type:...
View ArticleDatabases • How to Prevent SQL Injection and Other Attacks
SQL Injection is a common security issue that allows attackers to manipulate database queries by injecting malicious SQL code. To prevent this, always use prepared statements and parameterized queries...
View ArticleAndroid Deployment • Can't find the Android SDK
I am running on the Mac OS and I have installed Android Studio LadyBug 2024.2.1. I have downloaded the required SDK but get the following error when I go to preferences and select the SDK root I have...
View ArticleGetting Started with LiveCode - Complete Beginners • I need some advice
I'm working on a LiveCode project and running into a bug when trying to update a field dynamically. I have a button that, when clicked, should update `field "output"` with new text, but nothing...
View ArticleInternet • Different result loading URL
Hello!There is URL and when it loaded I'm watching source code and there are few rows with needed information. Al that happened in browser. When I'm using get URL request, it returns almost the same...
View ArticleAndroid Deployment • Mobile support
When I put my sdk in the preferences of my livecode then the JDK Path does not start. I am using Window 11How can I fix this problem ?Statistics: Posted by checkupleg — Fri Feb 21, 2025 8:39 am —...
View ArticleGetting Started with LiveCode - Experienced Developers • backgroundcolor for...
If I put an image with has a transparent background on a field, then the backgroundcolor of the field shows through properly. And if I change the backgroundcolor of the field, then the new...
View ArticleGetting Started with LiveCode - Complete Beginners • Get the last two columns
Hello,I'm trying to get some info from a text file, and the data of the text file looks like this:Gainesville,Libra,5684,1987,Hurp1987,BedfordFeather...
View ArticleiOS Deployment • Problem with Mobile Support
Hello everyoneI have a problem with the iOS SDK integration.I'm using Livecode 10 on Mac OS Sequoia 15.3.1 and Xcode 16.2.When I try to set the iOS SDK by pointing to Xcode, I get an error message:The...
View ArticleGames • Revisiting the Game Loop with Claude 3.7 Sonnet
Hi all,I am currently working on Game Loops and have been using Claude 3.7 Sonnet (recently upgraded from version 3.5). I wanted to share a stack that illustrates developing and timing a game loop and...
View ArticleAndroid Deployment • Focus on field when clicked.
Hi Guys!!I am trying to display a keyboard when the field "Test" is clicked. I have tried "on FocusIn" and "on OpenField", with no results. When the selected message is generated, I will use "focus on...
View Article