iOS 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
Nah still a problem on mobile browsers even after clearing the cache.No issue on desktop browser or the app, but on mobile browser it still showing the 'unreviewed content' warning which is really...
View ArticleGetting Started with LiveCode - Experienced Developers • Irritating...
I have a strange bug in my software that crashes either the livecode ide version of my app or the macOS standalone. The same line of code will run successfully for an average of around 200 times...
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 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 ArticleiOS Deployment • Re: Not able to load app onto iPhone
There can be several reasons why an app isn't loading on your iPhone. Here are some steps you can try to fix the issue:-1. Restart your iPhone:- A simple restart can often clear up temporary glitches...
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 ArticleGetting Started with LiveCode - Complete Beginners • Adaptive Icon error when...
Please attachment.I worked all day yesterday till midnight trying to compile an Android file. I made significant progress, but for the last 6 hours I cannot get past the attached error message. I went...
View ArticleTalking LiveCode • Hiding the cursor
I thought this general enough to break this out into its own thread. it derives from:viewtopic.php?f=104&t=39195The question is "how does one hide the cursor?". I found that this works:CODE: on...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Adaptive Icon error...
You're almost there, since you've got a valid res folder with all the data. Follow the path in the error message to locate that res folder and copy it. Paste the whole folder into a place where you...
View ArticleTalking LiveCode • Re: Hiding the cursor
Over 'here' (MacOS 12) the following code:CODE: on mouseUp set the cursor to empty set the lockCursor to trueend mouseUpPlays "silly buggers" with the cursor, in that, subsequently, the cursor flashes...
View Article