Talking 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 ArticleTalking LiveCode • Re: Drawing smooth curved vectors - is it even possible?
Well, you could import an SVG image of the curve you need.Statistics: Posted by richmond62 — Sun Sep 22, 2024 8:08 pm
View ArticleTalking LiveCode • How to Create Dynamic Content with LiveCode?
Hi everyone,I’m working on a project in LiveCode where I want to display dynamic content based on user input. Specifically, I’d like to have a field where users can enter text, and then display that...
View ArticleTalking LiveCode • Re: How to Create Dynamic Content with LiveCode?
Hi everyone,I’m working on a project in LiveCode where I want to display dynamic content based on user input. Specifically, I’d like to have a field where users can enter text, and then display that...
View ArticleAndroid Deployment • Delete folder and all its content on Android
Having the need to delete a folder, that was loaded to an Android standalone using the setting pane, I worked on the scripts of this lesson:https://lessons.livecode.com/m/4071/l/1 ... ers-part-2I came...
View ArticleAndroid Deployment • Re: Delete folder and all its content on Android
Hi Trevix,1. you can use -> specialfolderpath("resources") on all platforms: Mac, Win, iOS and Android!specialfolderpath("resources") = specialfolderpath("engine") on mobile!So no need to differ in...
View ArticleGames • Re: Converting Old Text-based BASIC games.
Hi,Another text-based game that has been converted to a number of programming language is "Super StarTrek". In developing my version I want to add in some real world star data showing travel times to...
View ArticleGetting Started with LiveCode - Experienced Developers •...
Does anyone know if doing a revZipExtractItemToFile, of a Zip file containing a folder named "X, to a directory where there is already a folder named "X, there is a merge, a replace or else?In the...
View ArticleGetting Started with LiveCode - Experienced Developers • Re:...
Why not try that out to find the answer?Statistics: Posted by richmond62 — Wed Sep 25, 2024 2:25 pm
View ArticleiOS Deployment • Re: adding a folder to the documents folder
Hi Jean-Marc,You have to find a way to copy your resources from engine folder to the documents -or any other read/write capable- folder.This is your responsibility as a developer.Using some...
View ArticleiOS Deployment • iOS device compatibility question
HiI wonder if someone can give me an answer to an issue that I have come across.I built an iOS app for a project about 3 years ago, probably on BigSur, since when I have had no involvement with the...
View ArticleWindows • Re: Problem with playing video
I’m experiencing an issue with playing videos on this platform. The video either fails to load or constantly buffers, making it difficult to watch. I’ve tried refreshing the page, clearing my cache,...
View ArticleiOS Deployment • Re: iOS device compatibility question
Hello Steve,The lowest supported iOS version in LC 9.6.13 is iOS 9 if I remember correctly - definitely not iOS 14. So something else is the problem.You could submit a bug report in...
View ArticleGetting Started with LiveCode - Experienced Developers • launching livecode...
In Windows 11 double clicking a .livecode file (application extension:.livecode, .rev) opens that file in a new instance of LiveCode.exe which I want to prevent. I want to open the file in the IDE of...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: launching...
Hi Roland,check "relaunch" in the dictionary, sounds like that is what you need. BestKlausStatistics: Posted by Klaus — Wed Oct 02, 2024 6:32 pm
View Article