Getting Started with LiveCode - Complete Beginners • Re: Regex for LiveCode
Hi Stam,Thank you for making this Regex primer available. I always struggle with Regex. This is very helpful.Kind regardsBerndStatistics: Posted by bn — Tue Jul 16, 2024 12:54 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Improved support for LC...
Maybe my memory is failing, but I think it has been a while since LC released an update for a new Android API, before the current requirements changed.Statistics: Posted by DR White — Tue Jul 16, 2024...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Print from mobile...
Sorry.Still a more friendly file. iPhonePrint.livecode.zipStatistics: Posted by DR White — Tue Jul 16, 2024 4:57 pm
View ArticleAnnouncements • [ANN] TinyDictionary
A new version of TinyDictionary has been put up on Livecodesharehttps://livecodeshare.runrev.com/stack/ ... DictionaryOr access it from inside the IDE via "Sample Stacks"Kind regardsBerndStatistics:...
View ArticleAnnouncements • Re: [ANN] TinyDictionary
Super! Thanks a lot. Statistics: Posted by richmond62 — Tue Jul 16, 2024 9:27 pm
View ArticleGames • Re: HyperCard Games
Hi,A helpful utility to access resources in HyperCard files is "HyperCardPreview" by Pierre Lorenzi which can be found on Github. A great feature is a menu item to display resources in a stack. You...
View ArticleGames • Natural Language Processing Techniques
Hi,I have been working on a few chatbots and adventure games and got interested in Natural Language Processing techniques to create a parser I could use to process user input.I have taken a stab at...
View ArticleGetting Started with LiveCode - Experienced Developers • Tiny Dictionary...
Simon posted over in the announcement section a reply to the announcement of a new version of TinyDictionary,I prefer to discuss this here because it could be a longer thread which does not fit well...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Tiny Dictionary...
Hi Bernd,I tested the various builds of my extension using the built in Extension Builder. It seems that changing the name on each test was a bad idea as this caused a new folder to be added to the...
View ArticleGames • Re: Natural Language Processing Techniques
Hello again,Attached is a "Wellness" chatbot designed around the NLP techniques I uploaded previously. This works "fairly" well for what it is intended to be...a template you can explore and modify. I...
View ArticleGetting Started with LiveCode - Complete Beginners • Getting Maps address...
Hi there,I tried doing a search for this, but for whatever reason the forum does not do searches for phrases, such as "Share Sheet" and it ignores "Share" altogether, so if this subject has already...
View ArticleGames • Camel Game
Hi,Here is the initial version of a LiveCode version of a classic text-based BASIC game named "Camel". I have created the LiveCode version just for fun but am not quite sure it is actually winnable....
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Getting Maps address...
What are the key steps to integrate a LiveCode application with the iOS Share Sheet?Statistics: Posted by anyaburke — Thu Jul 18, 2024 5:46 am
View ArticleAndroid Deployment • About API
Hello everyone, I am having trouble updating my app on Google Play because it says I need to use API level 31. According to Google, new apps must target Android 12 (API level 31) or higher, except for...
View ArticleLiveCode Builder • The Point type
I am reviewing the LCB file that Bernd kindly published in order to try and get some understanding of how a widget is created.In the code the type Point is used e.g.CODE: private variable mCenterPoint...
View ArticleTalking LiveCode • YouTube Live & Browser Widget
Hi All,Been playing with the Livecode lesson for playing YouTube video's using the browser widget. However, I have noticed that the browser widget can play normal YouTube videos but not "LIVE" ones on...
View ArticleLiveCode Builder • Re: The Point type
Sadly the poor state of LCB documentation is what stopped this from every being more widely used...Anyone new to LCB and wanting to pick this up cannot do so without practically Herculean efforts, and...
View ArticleTalking LiveCode • Strange custom prop behavior
This was maddening. One can set a custom prop to anything one wants. But one cannot set a custom prop to a variable with the same name:CODE: on mouseUpput random(999) into tempset the XYZ of me to...
View ArticleTalking LiveCode • Re: Strange custom prop behavior
This was maddening. One can set a custom prop to anything one wants. But one cannot set a custom prop to a variable with the same name:CODE: on mouseUpput random(999) into tempset the XYZ of me to...
View ArticleGames • Converting Old Text-based BASIC games.
Hi,Attached is a kind of addictive game, "Chase", I ported from "More BASIC Computer Games". published by Creative Computing Press, copyright 1979. In this text-based game your player needs to avoid...
View Article