Using Externals • Reporting for LiveCode - CyberMonday 2024 Deal
Paradigma Software is offering some CyberMonday 2024 deals including Reporting for LiveCode at 40% off the regular price. This includes:Valentina Studio PRO. Design reports that you can use right...
View ArticleHTML5 • Re: Change cursor to hand
Hi WilliamI have such a stack. it changes the cursor to many different styles and also scrolls fields Cheers Rolf WebScrollField_0.7.livecode.zipStatistics: Posted by Kangaroo SW — Tue Dec 03, 2024...
View ArticleVersion Control • Re: Is the Levure preferences external compatible with LC 9...
Levure Setup External compatibility with the LC 9 DP8 is an important consideration for developers. Ensuring seamless integration can optimize workflows and maintain project stability. Compatibility...
View ArticleiOS Deployment • Re: IOS submission - missing privacy manifest
https://quality.livecode.com/show_bug.cgi?id=24626Statistics: Posted by trevix — Tue Dec 03, 2024 4:31 pm
View ArticleInternet • Unable to access a website with browser widget in LiveCode App
Hi, Need some help.I have a browser widget embedded in a LiveCode app. I'm trying to access the site https://commerce.health.state.ny.us/public. Previously have been able to successfully log in to...
View ArticleiOS Deployment • Effective correction of accelerometer values
Hello, I intend to utilize the accelerometer. The provided instructions are inadequate, as my objective is not to develop a level but to achieve fundamental movements without constraints. I seek an...
View ArticleiOS Deployment • Re: Effective correction of accelerometer values
Is this connected to LiveCode?Statistics: Posted by richmond62 — Thu Dec 05, 2024 9:01 am
View ArticleAnnouncements • [[ ANN ]] Release LiveCode 10.0.1 RC-3
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.1 RC-3.LiveCode 10.0.1 RC-3 comes with 2 bugfixes:- Apps submitted to the iOS app store will no longer have problems with...
View ArticleGetting Started with LiveCode - Complete Beginners • Android app all of a...
Hi all, not sure what I did. Nothing crazy in the code. Have had this app for 5+ years now but needed to point to a new server. As it is hard coded just for personal use I just updated the connection...
View ArticleTalking LiveCode • Get the size of (part of) an array in memory?
Hi, allI know one can get the length of an arrayEncoded array. But I wonder how to get the size in memory of an arrayDecoded array. My preOpenStack handler containsCODE: global stackDataput...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Android app all of a...
I figured it out. Android doesn't support ODBC. I switched from MySQL to SQL server. This works just fine in wondows but not on android which is why I was confused.put...
View ArticleGetting Started with LiveCode - Experienced Developers • Questions About...
Since there is not really a recent video of Create showing the progress as to its latest iteration dp-5 and there is no way to preview it, I thought it best to start a topic on this forum for those...
View ArticleTalking LiveCode • Check price of in-app purchase by region?
Hey everyone,Looking to set up an in-app purchase for the full version of the iOS game I'm making.It will be £2.99 probably, but this will appear in dollars or euros etc depending on the country.Can I...
View ArticleTalking LiveCode • Re: Check price of in-app purchase by region?
Does this have something to do with LiveCode?Statistics: Posted by richmond62 — Fri Dec 06, 2024 11:27 pm
View ArticleTalking LiveCode • Re: Get the size of (part of) an array in memory?
You could iterate over the keys at the first level and get the size of each sub-array via encoding. Then you could do the same for the largest key at the next level and so on (if size would point to a...
View ArticleInternet • Re: Unable to access a website with browser widget in LiveCode App
165 views and no suggests/comments? Not 1? Statistics: Posted by jsburnett — Sun Dec 08, 2024 6:33 pm
View ArticleAndroid Deployment • Delete Character In Field.
Hi Guys, I have a quick question. Let's say I have a field with the contents "Tester". If I was to generate the message "backspaceKey", how would I delete the "s" when the cursor is behind the "s"? Is...
View ArticleAndroid Deployment • Re: Delete Character In Field.
Hi.On a new card with a field 1 containing your text and a button, put this in the button script:CODE: on mouseUp if char (word 2 of the selectedChunk) of fld 1 = "s" then answer "You have an S!"end...
View ArticleAndroid Deployment • How to get started with LiveCode for beginners?
Hi everyone,I am new to LiveCode and would like to know the most effective way to learn. Are there any resources or tutorials for beginners? Also, if I want to develop a simple application for desktop...
View ArticleGetting Started with LiveCode - Complete Beginners • Changing a project from...
Hi I have a project that I've been making on the windows platform, but I think it will be more appropriately based on android. I have no idea how to achieve this; is it a long and tedious, or...
View Article