Getting Started with LiveCode - Experienced Developers • Can't build macOS...
good morning.My setup: LC 10.0.0 (dp 7), M1 macbook air, Sonoma 14.2.1Goal: to build a standalone for my client's 2013 macbook something.I have no problem building the standalone for MacOS Apple.If I...
View ArticleTalking LiveCode • Format a number to show in answer
Hello LC specialists,It has been a while that i posted something but I am still working with LiveCode and still love it.However I have the next small issue and cannot seem to solve it.I have a number...
View ArticleAndroid Deployment • Re: mobilePlaySoundOnChannel - how to toggle looping of...
Any call to mobilePlaySoundOnChannel will stop the current sound if the sound channel is the same. You can stop the loop by calling mobilePlaySoundOnChannel with empty as the sound. Or you can replace...
View ArticleTalking LiveCode • Re: Format a number to show in answer
numberFormat . . .the Dictionary says this:Specifies how many digits before and after the decimal point a computed number should have.And there is NO mention of 'chopping up numbers with...
View ArticleGames • Re: HyperCard Games
keliko.I believe it can be done with a livecode.Anything done in HC can be done in LC, far better and far more simply. Never mind how much more modern the result will look. Part of the advantage is...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Can't build...
I develop on Mac as well. I am on a Mac Mini (Apple M2) in OS 13.4 Ventura. LC 9.6.9.No issues with Mac Intel. Could it be Sonoma?CraigStatistics: Posted by dunbarx — Wed Jun 26, 2024 3:54 pm
View ArticleMultimedia • hide cursor during video problem -- please help
Hello and thanks up front for any help here.I have created an app to display a video artwork full screen -- it randomly sequences video clips.All is good but there are two presentation modes, one...
View ArticleMultimedia • Re: hide cursor during video problem -- please help
What happens if you add "wait 100 millisecs with messages" just before the line that sends "mouseUp" to the button?Statistics: Posted by FourthWorld — Thu Jun 27, 2024 6:57 am
View ArticleGames • Re: creat game" flappy birds"
Sadly one should never rely on Google for any services; the can and may well be withdrawn with minimal notice, as I believe is the case here.There are many free alternatives, one can even use GitHub...
View ArticleTalking LiveCode • Debug stacktrace?
Hi all,Just wondering if the stack trace (you know, that long incomprehensible text the OS serves up on a crash) can be accessed with LiveCode?Many thanksStamStatistics: Posted by stam — Thu Jun 27,...
View ArticleLiveCode Hosting • Re: Is silica down?
I have the same problem, have you found the cause yet?Statistics: Posted by sutetrafalgar — Fri Jun 28, 2024 8:59 am
View ArticleTalking LiveCode • Re: Debug stacktrace?
Recently I was merrily crashing an "alternative IDE" during what is called 'beta testing', but more accurately should be termed 'cursing, crying, and clamping one's mouth shut' on both MacOS 12 and...
View ArticleAndroid Deployment • Re: LC , Android Studio Hedgehog and JRE - unable to build
That's good idea!Statistics: Posted by dicab — Fri Jun 28, 2024 10:20 am
View ArticleGetting Started with LiveCode - Complete Beginners • Exporting text to an SVG...
As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?Statistics: Posted by richmond62 — Sat Jun 29, 2024 3:01 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Exporting text to an...
As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?As you know there is another thread on this. I know you know, because you started...
View ArticleMade With LiveCode • Re: Devawriter Pro
And now version 5.2.0 is a fairly important update as it now implements the proper symbol for the upadhmānīya voiceless bilabial fricative used in certain Vedic texts.--Obviously this involves an...
View ArticleGetting Started with LiveCode - Complete Beginners • Write code for LC server?
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 - Experienced Developers • Finding bugs
Hi:I've rewritten a standalone app of mine recently (upgrades) and it works like a charm, fast, clean almost beautiful in a way. However, it has started to crash from time to time and it is a very...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Write code for LC...
Hi David,did you check the LC server lessons from the mothership?https://lessons.livecode.com/m/4070BestKlausStatistics: Posted by Klaus — Sun Jun 30, 2024 10:00 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Finding bugs
Do those who are rather brilliant at bug finding have any techniques beyond the obvious for identifying such problems?There is one way to solve all problems: identify the differences between the...
View Article