MergEXT • 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 ArticleOff-Topic • Оборудование для вентиляции и воздуховодов
Чувствуете, что воздух вокруг вас не такой свежий, как хотелось бы? Поздравляю, вы пришли к нам, в AVA Technologies! Мы – мастера вентиляции и короли крепежа! У нас есть все, что нужно: от...
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 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 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 ArticleAndroid Deployment • Re: Focus on field when clicked.
It should just work automatically. Is the field editable?Statistics: Posted by jacque — Sun Mar 02, 2025 7:29 pm
View ArticleDatabases • How to correctly insert non-ascii characters in a MySQL database
Is there any possibility in this universe to insert non-ascii data correctly into a field in a MySQL database?If I have a table mytable in "myDB" with a field "content" The field is set to...
View Article