Getting 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 ArticleTalking LiveCode • Is it possible to use LiveCode to make Android apps with...
Hey everyone,Hello, I'm new to this group. I found LiveCode by accident while looking for an easy way to make apps for my Android phone. I want to make an app that helps people learn new words, and...
View ArticleTalking LiveCode • Re: Is it possible to use LiveCode to make Android apps...
Hi wrenloren,welcome to the forum!Yes, you can use a database on in Android app. Support for SQLite is implemented in Livecode, so just go on and create your app.Here some lessons on how to use SQLite...
View ArticleDatabases • Re: How to correctly insert non-ascii characters in a MySQL database
The encoding of the SQL database has to match what encoding you are using with textEncode before storing in the database. See https://dev.mysql.com/doc/refman/8.0/en/charset.html for the database...
View ArticleTalking LiveCode • Lost the ability to replace text in the SE
In the SE, the pullDown menu "Replace with" in the "Find and Replace" dialog is disabled. So are the "Find Next" "Replace" and "Replace All" buttons. The "Find all" button, however, works fine.So all...
View ArticleGetting Started with LiveCode - Experienced Developers • Signature Widget on...
I would like to have the signature widget on my website. It works nicely on a desktop. But, on a mobile browser visiting the page, the browser (safari (ios) & chrome (android)) scrolls and...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Cell formatting...
Time passes...and I come to the party late. But to colorise cell 3 of row 2 of a table field, you can simply do:set the itemDel to tabset the backcolor of item 3 of line 2 of fld "dataset2" to...
View ArticleGetting Started with LiveCode - Experienced Developers • Saving Sent Emails
Hi AllI hope everyone is well.Historically when sending emails via livecode I have bcc'd myself in order to maintain a copy of the sent email... I want to try and tidy this up by saving the email into...
View ArticleGetting Started with LiveCode - Experienced Developers • does "set the...
I have a stack with a field "text" and a button. (The stack is attached.) The button has the following code in it:CODE: on mouseup local tTopLeft put the globalloc of the topleft of fld "text" into...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: does "set...
Mobile devices have no mouse. What are you trying to do?Statistics: Posted by FourthWorld — Fri Mar 07, 2025 8:46 am
View Article