iOS Deployment • Not able to test install my new App version
I am on Sonoma, LC10 Rc1.My published app is a stack (let's name it A) that I can test install, using USB, without problems on Android and iOS.I did a new version of the stack (Stack B), with small...
View ArticleiOS Deployment • Re: Not able to test install my new App version
I forgot to say that my problem emerged after having loaded, for a few check, past versions of LC (LC 10 DP8, DP7 and DP6).Could it be related?Note: I already tried to reset LC preferences and relod...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: My project involves...
Why don't you just tell us? Downloading from a first-time unknown user can be risky. What are you making?Statistics: Posted by jacque — Tue Sep 17, 2024 4:52 pm
View ArticleiOS Deployment • Re: Not able to test install my new App version SOLVED
AhA!The damn pList. Apparently the RC1 plist is different from the DP8.I removed the plist, created a new pList saving the standalone and fixing it with my custom stuff (mostly detail explanation of...
View ArticleMac OS • macOS Sequoia
Has anyone upgraded to macOS Sequoia yet? Just wanted to check if Livecode 9.6.13, 10.0.0 RC-1 and Create 1.0.0 DP-2 are compatible with the latest OS? (Was hoping one of you would have tried it...
View ArticleMac OS • Re: macOS Sequoia
I am running macOS Sequoia (Mac Min Intel 2018), but I am running LC 9.3.6 Open Source.Statistics: Posted by richmond62 — Thu Sep 19, 2024 12:19 pm
View ArticleLiveCode Hosting • Needing some help
Hi guys,I've been a user of LiveCode since 2017 and I've used it to develop a software system which consists of 3 or 4 different applications. I would now like to allow my system to communicate to a...
View ArticleLiveCode Hosting • Re: Needing some help
Hi,there is no need for a new domain. Your account can be accessed using the default domain which is<yourAccountname>.livecodehosting.comRegarding the nameservers.There are 2 options to let a...
View ArticleTalking LiveCode • FTP file or directory?
Simple question, I hope!When I use ftp (put/get URL) to fetch a list of items at a location, is there an easy way to know whether something's a file or a directory?kStatistics: Posted by thatkeith —...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Because it is not...
...Why is LiveCode not recognized more? Because it's not really free for professional app development. ...It doesn't really have to be free. It would be quite sufficient if it were possible to use the...
View ArticleGetting Started with LiveCode - Complete Beginners • Does Anyone Have the...
Hey everyone! I’ve been trying to find the latest version of FikFap Mod APK but haven’t had any luck so far. I tried this one but can you please elaborate it is latest or not. Does anyone know where I...
View ArticleiOS Deployment • "Disallowed xattr com.apple.FinderInfo" error
I am receiving a (new to me) error while trying to compile a simple game app into iOS. It reads:There was an error while saving the standalone application codesigning failed with /Users...
View ArticleGetting Started with LiveCode - Complete Beginners • Bluetooth Printer
Hello everyone,Good day.I just bought portable Bluetooth printer and I want it to try in livecode platform.I'm planning to test this printer via android phone using livecodedoes anyone here tried a...
View ArticleTalking LiveCode • How to Change All Occurrences of a Substring to Uppercase...
Hi,I need help converting all occurrences of a specific substring to uppercase within a field. I’m already using the upper function to convert to uppercase, but my main issue is finding all...
View ArticleTalking LiveCode • Re: How to Change All Occurrences of a Substring to...
I was overcomplicating things. I believe I’ve found the most straightforward way to do it.CODE: on mouseUp put "in front" into obje put upper(obje) into obje2 replace obje with obje2 in field almacenb...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Bluetooth Printer
Hi lemodizon,maybe this thread will help you?viewtopic.php?f=7&t=39185&p=230927&hili ... nt#p230927BestKlausStatistics: Posted by Klaus — Fri Sep 20, 2024 9:42 am
View ArticleiOS Deployment • Re: iOS FTP Download folder content
I restart this post because I have a similar problem: download a hole folder from "MY" web site.Actually, in order to list the content of a directory, I am using TsNet with this code (works on OSX and...
View ArticleiOS Deployment • Re: Can't play simple sound on iPhone
Hi All,I can use play .aif files with LC 9.6.6 but one user told me it doesn't work on iOS 17.Is there a way to do it ?Kind regardsJean-MarcStatistics: Posted by jmburnod — Sun Sep 22, 2024 1:25 pm
View ArticleTalking LiveCode • Drawing smooth curved vectors - is it even possible?
Hi all,I'm trying to generate some curved vector graphics with a polygon (so I can manipulate its "points"), but am troubled with "jaggies" on every curved angle.Here's an example of an arc drawn by...
View ArticleiOS Deployment • Re: iOS FTP UPDATE
Update.I spent the old day but I was able to download files and folders contents from my web space, using tsNetGetFile (from the lesson) and a recursive script (to list each file directory). File by...
View Article