Getting 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 ArticleGetting Started with LiveCode - Experienced Developers • Multiple istances of...
Hello!Given this code, somebody can explain me why the number "2" gets repeated twice?CODE: local sNumber = 2on mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber --alternate 1 and 2 at each...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Multiple...
This interesting too (but not solving):CODE: local sNumber = 2on mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber send "MofifyTheRepeat sNumber" to me in 0 secondsend mouseUpOn MofifyTheRepeat...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Multiple...
I got it:CODE: local sNumber = 2local sFlaglocal sCounteron mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber --alternate 1 and 2 at each press if sNumber = 1 then put empty into msg put 0 into...
View ArticleMade With LiveCode • Re: Devawriter Pro
"Elvis has left the building."Owing to a number of factors my Devawriter Pro is no longer being developed using LiveCode.\Devawriter Pro is continuing to be developed however.Statistics: Posted by...
View ArticleGames • Lights Out! 2024
Hi,Here is a little diversion inspired by an old HyperCard game and an old electronic game from Tiger Electronic. There is also a version in the LiveCode Sample Stacks named "LC Lights Out" by Andreas...
View ArticleGames • Re: Lights Out! 2024
How is the game played?CraigStatistics: Posted by dunbarx — Mon Sep 09, 2024 2:16 pm
View ArticleAndroid Deployment • Displaying The Contents Of A Folder.
Hii Guys!I am having some issues viewing the contents of a folder on Android. I have the correct folder path and it sets it to the defaultpath correctly. However, I can't display the files with the...
View ArticleAndroid Deployment • Re: Displaying The Contents Of A Folder.
Check "the result" after all I/O for potential errors.viewtopic.php?f=104&t=36903&p=214210#p214210Statistics: Posted by FourthWorld — Tue Sep 10, 2024 1:24 am
View ArticleTalking LiveCode • Re: Pesky semiColons?
Deleted rather redundant post.Statistics: Posted by richmond62 — Thu Sep 12, 2024 8:30 am
View ArticleInternet • HTTPD library: mobile exchange of small data
Hello.Just approaching the HTTPD library, whose simplicity is just great.I got the example (viewtopic.php?f=11&t=36131) working, with the server stack on a Mac and a browser in another Mac (same...
View ArticleTalking LiveCode • Re: I know where the newbies are
It's true that it's a bit frustrating when you're struggling like this with the tools and can't get quick answers... It would have been so much easier with updates via a more responsive...
View ArticleOff-Topic • Re: Mac Specs
It's really helpful for me!Statistics: Posted by leopardbob — Fri Sep 13, 2024 5:54 am
View ArticleInternet • Re: HTTPD library: mobile exchange of small data. SOLVED
I guess times are changing. I remember the time when, after posting on this forum, I was always getting some help, pretty fast.Anyway, I solved even with my small knowledge of HTML.- Put the stack on...
View Article