Internet • tsNetSmtpSync sending Email with attachment does not work
As from BUG 24581 (https://quality.livecode.com/show_bug.cgi?id=24581) I am having a problem on sending Emails with attachment in Sonoma and LC 10 RC1 (also on Catalina and LC10 RC8), while it works...
View ArticleGames • Re: Building a Story Maker App - "Mr. McDonegal"
Mike.I cannot use the stack. Upon clicking the main button, which I see has the single line "go next card", LC crashes hard. I used the message box to "go next card", and LC crashed.I am on a Mac...
View ArticleInternet • Re: tsNetSmtpSync sending Email with attachment does not work
As from quality update, it seems that the problem is the MIME library.Using the MIME library of LC10DP5 on LC10RC1, the email with attachment arrives fine.Statistics: Posted by trevix — Mon Sep 16,...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: livecode script...
GitHub now recognizes Livecode Script as a programming language.If LiveCode Script is not listed in your repository's programming languages and you have .livecodescript files, try creating or...
View ArticleGetting Started with LiveCode - Complete Beginners • My project involves...
My project involves importing an XML file from one of our copiers, making changes to it, and then reimporting it into the copier. In order to make sure the entire workflow runs smoothly, I used low...
View ArticleiOS 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 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 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 Article