Getting Started with LiveCode - Complete Beginners • Re: Essential Tips for...
I am also a new member of the forum and new to LiveCode. I am very happy to meet such positive help from you guys.Statistics: Posted by barkerxavierr — Mon Feb 17, 2025 7:35 am
View ArticleAndroid Deployment • Re: Android Studio LadyBug 2024.2.1
I have a different problem with Android Studio. I keep getting the same error. Here is what I have installed. And this What am I missing?Statistics: Posted by macrhino — Mon Feb 17, 2025 2:22 pm
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 ArticleInternet • Re: tsneterr: (28) Operation too slow
Does this work outside of LC? (eg in Postman)Does the synchronous TSNetPost work and it's just the asynchronous call that has issues?Statistics: Posted by stam — Tue Feb 18, 2025 11:07 am
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 ArticleDatabases • 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 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 Article