Databases • Re: How to Prevent SQL Injection and Other Attacks
Is this relevant to LiveCode?Statistics: Posted by richmond62 — Tue Feb 18, 2025 2:03 pm
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 ArticleMergEXT • Re: mergPopActivity for iOS - can't make it work
I was having trouble getting mergPopActivity to work as well and spent a good few hours trawling the forum, going through the mergPop lesson on lessons.livecode.com but nothing worked. After thinking...
View ArticleGames • Re: Mini game Livecode in Process
Just started playing Geometry Dash and I'm hooked! Those levels are tough but so satisfying. Any tips for a newbie?Statistics: Posted by pigkang — Thu Feb 20, 2025 3:59 am
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 ArticleGetting Started with LiveCode - Complete Beginners • Re: I need some advice
Open the Project Browser and double check that you don't have another field with the same name.Statistics: Posted by FourthWorld — Thu Feb 20, 2025 7:30 am
View ArticleMac OS • Re: Where to write preferences
Is there a cross platform library that helps us write "preferences" for app we make on macOS, iOS, Android etc? I'm looking at the conversation above and aiming to upload the idiosyncratic code I have...
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 ArticleInternet • Re: Different result loading URL
How are you observing the result?Statistics: Posted by FourthWorld — Thu Feb 20, 2025 7:58 pm
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 - Experienced Developers • Re: backgroundcolor...
Hi Jeff,did you try to set the bgcolor to empty before setting to a new color?And/or maybe re-set the imagesource?Just guessing... BestKlausStatistics: Posted by Klaus — Fri Feb 21, 2025 8:44 pm
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 ArticleGetting Started with LiveCode - Complete Beginners • Re: Get the last two...
HI,This is a way to do it, but there is a lot of ways to do the sameCODE: put fld "fText" into tText repeat with i = 1 to the num of lines of tText put item -2 to -1 of line i of tText & cr after...
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 ArticleiOS Deployment • Re: Problem with Mobile Support
I continued my research on my own:1 - It doesn't seem possible to install an older SDK on Xcode ( only the Device Simulator is available)2 - The iOS SDK 17 version is available in Xcode 15, which is...
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 ArticleGames • Re: Revisiting the Game Loop with Claude 3.7 Sonnet
Good to see you here, Mike. Will review. Are you going to the SoCal Linux Expo next week? It'd be good to see you, and we'll have at least one other LC fan on board.Statistics: Posted by FourthWorld —...
View ArticleGetting Started with LiveCode - Complete Beginners • What Players Should Do...
As time goes by, the Monopoly GO Artful Tales Album collection journey will soon end on March 3, and players will not have time to linger too much, because the new Monopoly GO Movie Night Album will...
View ArticleMade With LiveCode • Re: Fuzzy Clock for Android, iPhone and iPad
Erm, no there isn’t…I suppose I could add a touch option on the time message so that it displays the actual time for a few seconds when you tap it. But wouldn’t that spoil the fun of having fuzzy time...
View Article