iOS 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 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 • 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 • 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 - Complete Beginners • Predictive Text...
Hi everyone,I have a hidden text field which contains a list of my customers (it’s lengthy!). I have another field where a user types the name of the customer. I’d like my app to display a list of...
View ArticleGetting Started with LiveCode - Experienced Developers • Printing to PDF...
I have a stack of about 12 cards (each card contains 7 fields with 54 lines of text each) that I want to print to a pdf. That works fine up to page 7. On the eighth page, the data that is printed to...
View ArticleTalking LiveCode • keyDown doesn't work on mobile
Contrary to what it says in the manual, KeyDown doesn't work on mobile in Classic and I also learned it will not be prioritised on Crate, I think at least it should be taken out of the...
View ArticleGetting Started with LiveCode - Experienced Developers • Scroll of browser...
Hi AllI am using the browser widget to View a preview of some HTML text. The browser widget has a vertical scroll bar as selected in the object inspector. Does anybody know how to retrieve the amount...
View ArticleGetting Started with LiveCode - Experienced Developers • Web Standalone -...
I have waved the white flag on getting the signature widget to work on mobile. On mobile browsers, it leaves a dot smilar to a touchStart, but does not follow the finger when it moves, similar to a...
View ArticleTalking LiveCode • Simple CSV to DataGrid Command
Hello LC friends,For those who are interested and want to have a simple way to add CSV file data to a datagrid you can use this code.I was in need of a very simple way to create a datagrid and add,...
View ArticleGetting Started with LiveCode - Experienced Developers • orientationChanged...
According to the docs, "The orientationChanged message is sent before any automatic interface rotation takes place..." and "The resizeStack message is sent after the resizing is finished." But on my...
View ArticleLinux • Frequent Crash of KDE Plasma from LiveCode
Hi again,Has anyone encountered an issue on KDE Plasma 6 where LiveCode seems to trigger a crash and restart of the shell? Like the taskbar, desktop and such disappear and are restarted for doing...
View ArticleGetting Started with LiveCode - Experienced Developers • Web Standalone -...
I had an earlier post about the signature widget not working on a web standalone. But I do not think it's the widget that is the problem. It appears mouseDown is sent when the user first places their...
View ArticleGames • Minimum Drawing Library Developments
Hi all,I am releasing a Minimum Drawing Library Test Suite and version 0.92 of the library. The library needs to be in the same directory as the test suite. (The test suite will load the library via...
View ArticleGetting Started with LiveCode - Experienced Developers • Livecode and Javascript
If I "do [below code] with "'javascript'":CODE: function add(a, b) { return a + b;}const res = add(5, 10);console.log(res); How do I get 15 in "the result"?What am I missing?Statistics: Posted by...
View Article