Getting Started with LiveCode - Complete Beginners • Print from mobile app?
Is it possible to use LC to print from mobile app to a wireless printer?Is there an example somewhere?Thanks,DavidStatistics: Posted by DR White — Wed Jul 03, 2024 11:25 am
View ArticleGetting Started with LiveCode - Complete Beginners • Referring to self?
Imagine a button called "B1" containing the script:CODE: on mouseUpdelete meend mouseUpThis will NOT work, and generate the following error message:CODE: object's script is executingThis IS...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Referring to self?
I'm pretty sure you can't. Why would you need to?You could send the long name of me from the control's script to a handler in the stack script or library that takes the parameter and does a bit of...
View ArticleiOS Deployment • Re: Pairing and read/write to a NFC chip
Hello.Did your project get some follow up?I could surely use a LC NFC reader/writer extension.Statistics: Posted by trevix — Wed Jul 03, 2024 2:57 pm
View ArticleUser Groups and Events • Re: LiveCode on Social Media
Still has the "unreviewed content" wall for meI have the same message. I took the trouble to clear my browser's cache.Statistics: Posted by Payne — Thu Jul 04, 2024 11:02 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Irritating...
Update: problem appears fixedI change wait to wait with message as per a suggestion hereI set the player filename to empty before setting it to the right name, as per a suggestion hereI added one more...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Irritating...
This is interesting, as I have wrestled with a very similar problem a few years ago, but then it concerned the mobile player on iOS. Specifically, it made the app freeze on certain iPads after a...
View ArticleWindows • get installed windows voices by location
Hi All,speechgetVoices function works well for MacOs and iOS.I'm able to get voices by langage (Fr,EN etc...)Is there a way to get the same on windows ? (I only know "female" or "male)Thanks again for...
View ArticleGetting Started with LiveCode - Complete Beginners • Suggestions to increase...
1. Leverage the company's UNIQUE application development software that can REDUCE COST and time of development by as much 75% for app development, when compared to other development languages.2....
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Suggestions to...
And you suppose anyone is going to act on your good advice after the null response to all the good advice that has been offered over the last 20-odd years?Statistics: Posted by richmond62 — Sat Jul...
View ArticleTalking LiveCode • Need Assistance with Fetching Unread Emails Using IMAP in...
Hello everyone,I am a graduate student in my final year, working on a project as part of my internship in an interdisciplinary laboratory focused on human and artificial cognition. My current task...
View ArticleOff-Topic • AI to replace programmers?
Is it possible for artificial intelligence to eventually replace human programmers in the future, and what impact would this have on the software development industry as a whole?Statistics: Posted by...
View ArticleOff-Topic • Re: AI to replace programmers?
"eventually" is an infinitely long time. Given infinity, the answer to all questions is "yes", tempered by the realization that there are also infinite reasons why the answer is "no".What are you...
View ArticleGetting Started with LiveCode - Complete Beginners • Write code for LC...
Where can I find information on the available server instructions like the one in the code below:<?lc put "<p>Hello World! from LiveCode Server</p>" put "<p>The date is"...
View ArticleGetting Started with LiveCode - Complete Beginners • Is there a terminal mode...
Is there a terminal mode I can use on my LC server?Thank you,DavidStatistics: Posted by DR White — Mon Jul 01, 2024 12:20 pm
View ArticleTalking LiveCode • Markdown library?
Hi all,just checking if anyone is aware of a markdown library for formatting text in a LiveCode field?I couldn't find one, so I'm guessing not, but maybe I missed it?Many thanksStamStatistics: Posted...
View ArticleTalking LiveCode • Re: Markdown library?
Stam.What is a markDown library? A table of some sort that relates text properties to this or that?CraigStatistics: Posted by dunbarx — Mon Jul 08, 2024 2:10 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Object search-and-list
My Devawriter Pro source stack is about 14 years old, and I suspect it has become a bit 'clunkified' owing to the presence of several heay images hidden away in the 'undergrowth'.I wonder if there is...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Object search-and-list
This is, frankly hilarious:--It finds 35 images.As my Devawriter Pro stack must contain something of the order of 3000 images.-Statistics: Posted by richmond62 — Tue Jul 09, 2024 9:42 am
View ArticleTalking LiveCode • Re: Need Assistance with Fetching Unread Emails Using IMAP...
Hi Denilza,For retrieving an e-mail message via IMAP, you can use tsNetGet (or tsNetGetSync) with an IMAP url that contains the UID of the relevent message. You do not use tsNetCustomSync to achieve...
View Article