Off-Topic • Re: Kresten Bjerg
-Another reason to dislike Facebook.Statistics: Posted by richmond62 — Wed Aug 28, 2024 3:56 pm
View ArticleTalking LiveCode • Another oddity
Now and then I find that LC does not register a line of code. For example, I might:CODE: put "X" into tempput return after tempput "Y" after tempI expect to see "X" on line 1 and "Y" on line 2. In a...
View ArticleTalking LiveCode • Re: Another oddity
Possibly, just possibly, the quality is slipping.Statistics: Posted by richmond62 — Wed Aug 28, 2024 6:26 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Forum for Create?
I am surprised there are no posts specifically on LiveCode Create, or a forum group dedicated to it. Any thoughts?Statistics: Posted by kaveh1000 — Fri Aug 30, 2024 9:30 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Forum for Create?
The forum is here. https://discourse.livecode.com/Statistics: Posted by AndyP — Fri Aug 30, 2024 10:19 am
View ArticleTalking LiveCode • dragging FROM LiveCode to external apps
Dear Livecoders,I'm building an app that makes use of Livecode's drag & drop facilities. So far, I've successfully built an app that can happily receive stuff dragged onto it from external...
View ArticleTalking LiveCode • Re: dragging FROM LiveCode to external apps
Hi stan,...However, I can't figure out how to create the reverse of it - i.e. dragging stuff from Livecode to the external environment for processing by the OS or another app. I can successfully get...
View ArticleGetting Started with LiveCode - Experienced Developers • Using a hash symbol...
I should know this but I need to replace some text with a string that includes a # character. How can I override its normal use as a comment? e.g. part of string is:CODE:...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Invoke Virtual...
Try:CODE: on openfield set the hideconsolewindows to TRUE get shell("osk")end openfieldI think I have the same problem. I see the cursor flashing in the text field, the virtual keyboard appears with...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Using a hash...
Presumably a hash sign that is enclosed in double quotes will be treated as a string.Statistics: Posted by richmond62 — Fri Aug 30, 2024 4:57 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Regex for LiveCode
Hi StamI am a bit late to the party, but interested in what you are doing, and happy to contribute. You are aware that LiveCode can search for regex patterns but cannot use backreferencing, e.g. \1\2,...
View ArticleAndroid Deployment • how to use api level 31 and billing library 601
Hi I had download the 9613 rc1 and 1000 rc1 and recompile my application, then submit to play store. Which the api level is 26 or above and target sdk is 31 But my apps still fail to match api level...
View ArticleGames • Re: BreakMeOutOfHere! - a "Break Out" Game Template
Hi,In developing my Breakout style game "BreakMeOutOfHere" I wanted an easy way to implement levels requiring differentbrick layouts. The attached Brick Layout Editor uses a fairly easy and adaptable...
View ArticleGetting Started with LiveCode - Experienced Developers • Cannot create...
Hi allI am using LiveCode Create in classic mode and an old stack. When I try to create a standalone (Mac, Linux) I get the following message (with directory redacted). Any ideas pls?Statistics:...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Cannot create...
@Kaveh: I've tried locally and cannot reproduce this problem - however, we think we've seen a similar error reported before if you try and build a standalone into a folder which is enabled for iCloud...
View ArticleAndroid Deployment • Re: how to use api level 31 and billing library 601
Hello Terry,The requirement is the targetSDK to be API 34, not 31. And this requirement is met when building with 9.6.13 / 10.0.0 RC1 - as shown in your attached screenshot as well. Also, the version...
View ArticleGetting Started with LiveCode - Complete Beginners • There is Really nothing...
I have searched the last couple of days for an alternative for LC 9 or 10, but found nothing that I thought came close. I only hope that LC "Create" truly has a "Classic" mode that allows me to do...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: There is Really...
@DR White: I can assure you it does - you can freely switch between both the new Create IDE and existing Classic IDE. Both environments use the same underlying engine which is fully backwards...
View ArticleOff-Topic • HyperCard in the World
Hey everyone,Check out this incredible video about "HyperCard in the World", a project by Bret Victor. It's well worth a watch!https://youtu.be/uI7J3II59lcVictor's taken the spirit of HyperCard and...
View ArticleOff-Topic • Re: HyperCard in the World
Hi Jason,That is an very intriguing video. A unexpected new paradigm. I watched the whole thing (also 40 minutes long) it was worth it.Thank you for making me aware of this.Kind...
View Article