Getting Started with LiveCode - Experienced Developers • Can save as...
Hi allI am working on a Mac, with a stack using classic LiveCode, and opened on LiveCode Create 1.0.0-DP-2.I want to save as standalone. It works for Windows and Linux, but no for Mac. I get the...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Can save as...
Hi Kaveh,CREATE is currently at DP5!Maybe you can install that version and try again?BestKlausStatistics: Posted by Klaus — Sat Nov 30, 2024 11:25 am
View ArticleGetting Started with LiveCode - Complete Beginners • Referencing objects when...
I know this has been discussed before but I haven't been able to find an answer!!The problem:I have an app designed in a fairly traditional way - main stack simply appears as a splash screen but holds...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Referencing objects...
When setting the layer, use the long ID. Right now I think it's looking for the control in the splash stack. Or specify the stack in the command:CODE: set the layer of control ID tselobjID of stack...
View ArticleUsing 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 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 Article